Jump to content

ms-dvdburn

Members
  • Posts

    3
  • Joined

  • Last visited

ms-dvdburn's Achievements

ISF Newbie

ISF Newbie (1/5)

  1. thanks for replying especially on a holiday yes. loaded template folders to be included are present in Source box attached the template but as a .txt (not allowed to upload .ibb) attached the original save project .ibb also as a .txt attached test_img as a .txt (.bat) a command line only not a .ibb or use of template.ibb test_img runs and works but still launches the gui and require a click OK to form the image after is has explored the folder/files specified. in test_img (.bat) how are these extra settings specified ? Restrictions_ISO9660_AllowMoreThan8DirectoryLevels=1 Restrictions_ISO9660_AllowMoreThan255CharactersInPath=1 Restrictions_ISO9660_AllowFilesWithoutExtensions=1 Restrictions_ISO9660_AllowFilesExceedingSizeLimit=1 where is imgburn.ini located that is referenced in the command line documentation ? reminder this is a windows 2012 x64 server not a workstation and it works using the gui ! thanks again imgburn_template.txt imgburn_reference.txt test_img.txt
  2. trying to use an .IBB created by imgburn "save project" as follows: built an .iso from the gui. (move.iso to pc with a bluray burn it works!!) "save project" removed from the .IBB the DEST entry, VOLUMELABEL entries. saved it as filename_template.IBB >imgburn /MODE BUILD /BUILDOUTPUTMODE IMAGEFILE /SRC c:\burnbck\imgburn\imgburn_template.IBB /VolumeLabel_ISO9660 2013MYLABEL /VolumeLabel_UDF 2013mylabel /DEST M:\2013mylabel.iso /START /CLOSE executing this .bat - launches imgburn GUI -- panels appear with the VOLUMELABEL and the DEST supplied from the command line. click on button to WRITE -- "nothing to build" windows 2012 internal dvd built in is has drive label P: here's the log. ; //****************************************\\ ; ImgBurn Version 2.5.8.0 - Log ; Tuesday, 24 December 2013, 15:37:47 ; \\****************************************// ; ; I 15:36:49 ImgBurn Version 2.5.8.0 started! I 15:36:49 Microsoft Windows Server 2012, Standard x64 Edition (6.2, Build 9200) I 15:36:49 Total Physical Memory: 16,741,648 KiB - Available: 14,503,580 KiB I 15:36:49 Initialising SPTI... I 15:36:49 Searching for SCSI / ATAPI devices... E 15:36:52 CreateFile Failed! - Device: '\\?\ide#cdromhp_dvd-ram_gh82n________________________w204____#5&7cb6dd8&0&0.1.0#{53f56308-b6bf-11d0-94f2-00a0c91efb8b}' (P:) E 15:36:52 Reason: Access is denied. W 15:36:52 Errors were encountered when trying to access a drive. W 15:36:52 This drive will not be visible in the program. E 15:36:52 You need Administrative privileges to use SPTI. I 15:37:47 Close Request Acknowledged I 15:37:47 Closing Down... I 15:37:47 Shutting down SPTI... I 15:37:47 ImgBurn closed!
  3. ms-dvdburn

    command line

    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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.