From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14946 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Help a newbie with the Context/tex.iso setup Date: Mon, 29 Mar 2004 21:51:30 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040329215102.01d4eec0@server-1> References: <406540AD.8070302@doctors.net.uk> <6.0.1.1.2.20040329200516.01cb9360@server-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1080589986 1719 80.91.224.253 (29 Mar 2004 19:53:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 Mar 2004 19:53:06 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Mar 29 21:52:57 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B82ob-0001c7-00 for ; Mon, 29 Mar 2004 21:52:57 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id AE9D310B5F; Mon, 29 Mar 2004 21:49:56 +0200 (MEST) Original-Received: from mail.solcon.nl (mail.solcon.nl [212.45.33.11]) by ref.ntg.nl (Postfix) with ESMTP id CE7F310B5B for ; Mon, 29 Mar 2004 21:48:57 +0200 (MEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.nl (8.12.10/SQL-8.12.10-1/8.12.5) with ESMTP id i2TJpkBd003087 for ; Mon, 29 Mar 2004 21:51:46 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 1B1C720245; Mon, 29 Mar 2004 21:51:53 +0200 (CEST) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 9AE8E185A9 for ; Mon, 29 Mar 2004 19:51:51 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: Original-References: <406540AD.8070302@doctors.net.uk> <6.0.1.1.2.20040329200516.01cb9360@server-1> X-AntiVirus: checked by Vexira Milter 1.0.6; VAE 6.24.0.7; VDF 6.24.0.75 Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14946 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14946 At 21:18 29/03/2004, you wrote: >On Mon, 29 Mar 2004, Hans Hagen wrote (on behalf of Vivek): > > >running? Have anyof you guys got the ISO image working on a CD in winXP > > >professional? > >I have done this once on my XP corporate edition (for the TeXLive >package), but it took some fiddling and a lot of cursing, so nowadays I >have a workaround. > >The real problem: The native CD burning program on Windows XP does NOT >understand .iso. download cdrecord and ... makeiso.bat @ echo off if not exist "%1.iso" goto usage if not "%2"=="r" goto write :rewrite cdrecord -v -v -v -blank=fast -dao -dev=0,1,0 %3 %4 %5 %1.iso goto end :write cdrecord -v -v -V -V -dao -dev=0,1,0 %2 %3 %4 %5 %1.iso goto end :usage echo usage name [r] :end