29 Mar
2004
29 Mar
'04
7:51 p.m.
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