From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32484 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: Storing temporary files in a different location Date: Wed, 3 Jan 2007 18:38:37 -0500 (EST) Message-ID: References: <1579693631.20070104012541@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1167867804 29284 80.91.229.12 (3 Jan 2007 23:43:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Jan 2007 23:43:24 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Jan 04 00:43:22 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1H2FlM-0002ko-NB for gctc-ntg-context-518@m.gmane.org; Thu, 04 Jan 2007 00:43:16 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3375F20073; Thu, 4 Jan 2007 00:40:32 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16330-08; Thu, 4 Jan 2007 00:40:31 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AC51920078; Thu, 4 Jan 2007 00:36:06 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A23F320062 for ; Thu, 4 Jan 2007 00:36:03 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16331-10-5 for ; Thu, 4 Jan 2007 00:35:58 +0100 (CET) Original-Received: from tombraider.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.93.161]) by ronja.ntg.nl (Postfix) with ESMTP id F02562003C for ; Thu, 4 Jan 2007 00:35:57 +0100 (CET) Original-Received: FROM aditya.annarb01.mi.comcast.net (c-68-40-50-205.hsd1.mi.comcast.net [68.40.50.205]) BY tombraider.mr.itd.umich.edu ID 459C3E7F.8FE1E.26147 ; 3 Jan 2007 18:38:39 -0500 Original-To: Yatskovsky , mailing list for ConTeXt users In-Reply-To: <1579693631.20070104012541@gmail.com> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:32484 Archived-At: On Thu, 4 Jan 2007, Vyatcheslav Yatskovsky wrote: > Hello, > > Context places a bunch of temporary files into the same folder where my source and output files are. > Is there a way to tell texexec to store temporary files in a different location, say, in a \temp folder? No, but you can ask texexec to get rid of them at the end of the run with texexec --purge file Aditya