PDA

View Full Version : Error in make_iso.bat


dr.dragonfire
12-14-2007, 05:46 PM
There is a slight error in the make_iso.bat file

You should replace
slax\tools\WIN\mkisofs.exe @slax\tools\WIN\config -o "%1" -A "%CDLABEL%" -V "%CDLABEL%" .
by
bt3\tools\WIN\mkisofs.exe @bt3\tools\WIN\config -o "%1" -A "%CDLABEL%" -V "%CDLABEL%" .

One might also want to replace the CD Lable by changing
set CDLABEL=SLAX
to
set CDLABEL=BT3

Hope this helps creating the iso on Windows Machines...
Dr.Dragonfire

mikesportsguy22
12-15-2007, 01:04 AM
I replaced the batch file with your correction and i still receive error one stating that a parameter is required. I searched and cannot find a resolution to this problem. Help would be appreciated!
Thanks,
Mike

Blindbat
12-15-2007, 01:25 AM
Hey m8
Got mine working by extracting .rar file to desktop , changing make_iso.bat to
BT3\tools\WIN\mkisofs.exe @BT3\tools\WIN\config -o "%1" -A "%CDLABEL%" -V "%CDLABEL%" .

Then in command prompt type

cd "Documents and Settings\Blindbat\Desktop\BT3"

then type

make_iso.bat c:\BT3.iso

after a short time hey BT3.iso in c:\

mikesportsguy22
12-15-2007, 04:50 AM
Thank you i finally got it to create an iso image!