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
There is a slight error in the make_iso.bat file
You should replace
byCode:slax\tools\WIN\mkisofs.exe @slax\tools\WIN\config -o "%1" -A "%CDLABEL%" -V "%CDLABEL%" .
One might also want to replace the CD Lable by changingCode:bt3\tools\WIN\mkisofs.exe @bt3\tools\WIN\config -o "%1" -A "%CDLABEL%" -V "%CDLABEL%" .
toCode:set CDLABEL=SLAX
Hope this helps creating the iso on Windows Machines...Code:set CDLABEL=BT3
Dr.Dragonfire
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
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:\
Thank you i finally got it to create an iso image!