ms-dvdburn Posted March 16, 2007 Posted March 16, 2007 GREAT program!!!! is there documentation on command line use of imgburm ? microsoft freebie (on some ms windows resource kit (w2k3?) ): only can be used from command prompt, or within .bat file dvdburn.exe usage: dvdburn drive file.iso sample use: c:\some_folder> dvdburn q: n:\somedata.iso or from .bat file a_bat_file.bat rem bat file to create iso and dvd of folder tree set thedrive=q: set thedir=m:/top_level_folder set thelog=l:/logz/todays.log set theiso=n:/file.iso set theisowin=n:\file.iso rem build the .iso rem mkisofs [switches] n:/some_folder > file.iso mkisofs -v -J -R -U -joliet-long -iso-level 4 -log-file %thelog% %thedir% > %theiso% rem image to dvd platter dvdburn %thedrive% %theisowin% exit rem end of a_bat_file.bat and a cdburn.exe from an earlier resource kit (w2k?) cdburn drive file.iso
LIGHTNING UK! Posted March 16, 2007 Posted March 16, 2007 Yeah, read the 'ReadMe.txt' file that's installed alongside the exe.
Recommended Posts