
| H |
Usage Syntax::
Note: The order is not important
Note: The only required item is a file to burn
Note: All items must be separated by a comma.
cmdBurner.exe - is the executable name
help - show help
burntype= The type of disc you would like to burn Example: burntype=data-iso If no burn type is selected then the default data-iso is used.
Burn Type options:
Video DVD burntype=video-dvd
Data Disc burntype=data-iso
Audio Disc burntype=audio-cd
ISO Disc burntype=iso-disc
Bin/Cue Disc burntype=bin-disc
Erase burntype=erase
drive= The burner drive letter you would like to use. Example: drive=d If no drive is selected then the first drive found will be used
append= A flag to over write previously burned data. Example: append=false
eject= Determines if the program should eject the disk after the burn is complete. Example: eject=true
label= - The CD Label. Example: label=Hello World If no label is selected the default label "New" will be used
finalize= No further writing on the disk is allowed. Example: finalize=true
writeSpeed= Sets the Drive Write Speed and should look like this writeSpeed=40x - the "x" is required. The Write speed can be 1x, 2x, 4x, 8x, 12x, 16x, 20x, 24x, 28x, 32x, 36x, 40x. Max speed is selected if this flag is not used. Example: writeSpeed=40x
verify= Runs Auto-Verify after the disc burn. Example: verify=true
showErrorMsgBoxes= Display Message boxes Example: showErrorMsgBoxes=true
Files and Folders Should be separated by a comma Example: cmdBurner.exe C:\temp\data1.cab, C:\temp\data2.cab
Usage Examples:
cmdBurner.exe C:\temp\data1.cab, C:\temp\data2.cab
cmdBurner.exe drive=f, burntype=data-iso, D:\MP3, verify=true
cmdBurner.exe drive=I, append=false, eject=true, label=Hello, finalize=true, writeSpeed=40x, verify=true, showErrorMsgBoxes=true, C:\temp\123.exe
cmdBurner.exe drive=e, burntype=audio-cd, D:\MP3\jack johnson-the horizon has been defeated-on and on.mp3, D:\MP3\Authority Zero - One More Minute.mp3
cmdBurner.exe burntype=video-dvd, C:\Documents and Settings\James\My Documents\VIDEO_TS
cmdBurner.exe drive=f, burntype=iso-disc, D:\aVideo\DVD\Images\My ISO File.iso
cmdBurner.exe drive=f, burntype=bin-disc, D:\aVideo\DVD\Images\My ISO File.cue
Return Codes:
0 - Burn was a Success
1 - The Burn Failed
2 - No Drive Detected
3 - No disk in drive
4 - Disk is Full
5 - Disk is Finalized
6 - Drives Cannot be initialized
7 - Unable to Erase Media
8 - Invalid File or Folder Path