View Single Post
  #2  
Old 13-03-2002, 16:59
moofi moofi is offline
Junior Member
 
Join Date: Mar 2002
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
moofi
hmmm

3. Create the data ISO:
MKISOFS.EXE -C 0,11700 -V TXR2_ECH -l -o C:\TXR2\DATA.ISO C:\TXR2\DATA

This will create C:\TXR2\DATA.ISO from the files in C:\TXR2\DATA\

//To do this open the TXR2 file (C:TXR2\DATA)and in the box that says
//"address" type (or copy and paste) this in as you see it: MKISOFS.EXE -C
//0,11700 -V TXR2_ECH -l -o C:\TXR2\DATA.ISO C:\TXR2\DATA

forget the // things

goto dos-command line... you've got your txr2\data folder (with the txr2 files), so goto the txr2 folder. mkisofs.exe and the cygwin1.dll have to be situated in this folder. then enter
"MKISOFS.EXE -C 0,11700 -V TXR2_ECH -l -o C:\TXR2\DATA.ISO C:\TXR2\DATA"
and the data.iso-file will be created in your txr2 folder... it contains all the files of your txr2\data folder combined as an iso-image...
i think thats all... if you want to know more about all this shit goto:
http://mc.pp.se/dc/
it's a really great site with detailed information....

cu moofi
Reply With Quote