There are still people who have problems with putting ubcd on there usb stick.
A complete tutorial on the home page seems to be nessary.
http://ultimatebootcd.com/forums/viewtopic.php?t=1454
You have to change ubcd2usb.cmd and ubcd2iso.
You have to add quotes in ubcd2iso.
Change:
Code:
echo Example: UBCD2ISO c:\ubcd c:\ubcd40.iso
echo (UBCD extracted in dir 'c:\ubcd', ISO image written to 'c:\ubcd40.iso')
To:
Code:
echo Example: UBCD2ISO "c:\ubcd" "c:\ubcd40.iso"
echo (UBCD extracted in dir 'c:\ubcd', ISO image written to 'c:\ubcd40.iso')
So that if the user has extracted ubcd to a folder with a space in it, that the script still works.
Do the same for ubcd2usb.