Search found 4 matches

by WillyW
Sat Apr 21, 2007 9:11 am
Forum: UBCD V4 Support & Troubleshooting
Topic: ubcd2iso.bat will not run under Win98 Dos
Replies: 5
Views: 19053

Actually, all you need to do is to issue the following command line from c:\ubcd: tools\ubcd2iso\mkisofs.exe -N -J -joliet-long -D -V "UBCD40" -o <outfile> -b "isolinux/isolinux.bin" -no-emul-boot -boot-load-size 4 -boot-info-table . I am pretty sure it will work, since the batc...
by WillyW
Fri Apr 20, 2007 3:51 pm
Forum: UBCD V4 Support & Troubleshooting
Topic: ubcd2iso.bat will not run under Win98 Dos
Replies: 5
Views: 19053

... Remember to substitute <outfile> with the full path of the output ISO image. Would that substitution be in quotes or no? as d:\outfile.iso or "d:\outfile.iso" Thanks You only need to quote if their are any spaces in the path such as: "D:\This Has A Space\So Does This\My Spaced Ou...
by WillyW
Fri Apr 20, 2007 8:03 am
Forum: UBCD V4 Support & Troubleshooting
Topic: ubcd2iso.bat will not run under Win98 Dos
Replies: 5
Views: 19053

Victor Chew wrote:
...

Remember to substitute <outfile> with the full path of the output ISO image.

Would that substitution be in quotes or no?
as d:\outfile.iso or "d:\outfile.iso"


Thanks
by WillyW
Thu Apr 19, 2007 4:18 pm
Forum: UBCD V4 Support & Troubleshooting
Topic: ubcd2iso.bat will not run under Win98 Dos
Replies: 5
Views: 19053

ubcd2iso.bat will not run under Win98 Dos

I'd like to add a couple things to UBCD before I burn it. Found the directions here and on the site. When I ran ubcd2iso.bat, it exited with errors. "bad command or filename". It is because my operating system is Win98SE. I see things in the batch file that I assume pertain to W2K and/or W...