From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/26701 Path: news.gmane.org!not-for-mail From: wwl@musensturm.de Newsgroups: gmane.comp.tex.context Subject: Re: Problems with Standalone distribution Date: Sat, 01 Apr 2006 00:06:59 +0200 Message-ID: <442DC423.24915.31366B2@localhost> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1143842748 21909 80.91.229.2 (31 Mar 2006 22:05:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 31 Mar 2006 22:05:48 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Apr 01 00:05:47 2006 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 ciao.gmane.org with esmtp (Exim 4.43) id 1FPRkM-0004yB-5t for gctc-ntg-context-518@m.gmane.org; Sat, 01 Apr 2006 00:05:34 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id ADCCD1278A; Sat, 1 Apr 2006 00:05:33 +0200 (CEST) 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 14053-02; Sat, 1 Apr 2006 00:05:28 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CA35D12795; Sat, 1 Apr 2006 00:05:28 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 722F912795 for ; Sat, 1 Apr 2006 00:05:28 +0200 (CEST) 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 13965-10 for ; Sat, 1 Apr 2006 00:05:27 +0200 (CEST) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by ronja.ntg.nl (Postfix) with SMTP id 848E91278A for ; Sat, 1 Apr 2006 00:05:27 +0200 (CEST) Original-Received: from [217.185.66.239] (helo=monalisa) by mrelayeu.kundenserver.de (node=mrelayeu8) with ESMTP (Nemesis), id 0ML2ov-1FPRkD2A2i-0004Qn; Sat, 01 Apr 2006 00:05:27 +0200 Original-To: ntg-context@ntg.nl Priority: normal In-reply-to: X-mailer: Pegasus Mail for Windows (v4.12a) Content-description: Mail message body X-Provags-ID: kundenserver.de abuse@kundenserver.de login:435c0b4f7f28cf0ca959f1bbde7b90f3 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:26701 Archived-At: > Date: Fri, 31 Mar 2006 16:00:41 +0200 > From: Hans Hagen > Subject: Re: [NTG-context] Problems with Standalone distribution > To: mailing list for ConTeXt users > Message-ID: <442D3609.4070009@wxs.nl> > Content-Type: text/plain; charset=UTF-8; format=flowed > > wwl@musensturm.de wrote: > >>> First Problem (may be the mother of all the others): > >>> > >>> The Batch-Files 'cdemo.bat' and 'cscite.bat' are using for example > >>> "%~s1" for the first placeholder on the commandline. > >>> > >>> My Windowssystem (ME) doesn't understand this. > >>> > >>> Are there other Batch-Files that work on older commandoprozessors > >>> to download? > >>> > >>> > >> hm, not on my machine; you can try: > >> > >> @echo off > >> usr\local\context\cscite.bat > >> > > > > The same problems with cscite.bat. > > As I said, I can change these two batch-files. But I am not shure if > > my problems derive from this. > > > well, test it -) ok! I have modified the batch-files. Next Problems: texexec.ini is not found in 'context\config' I copyed it in 'scripts\context\perl' now it is found. 'texexec --verbose' tries to compile all the files in the aktuel path. but 'texmfstart texexec.pl --verbose' works ok. same with 'texexec --make --all' doesn't work but 'texmfstart texexec.pl --make --all' works! formatfiles will generatet under '.\pdfetex' relativ to the aktual path. Wolfgang