TC burning CD/DVD with IMGBURN
Moderators: Hacker, petermad, Stefan2, white
ImgBurn
Thanks to this topic I "discovered" Imgburn. I found it excellent for simply copying files to DVD.
But FYI I'm wary of the "companion" product DvdInfoPro because:
- I paid but got no license, and no way to contact maker. D'oh!
- Scary discussion at CDfreaks forum.
- It would not uninstall gracefully.
But FYI I'm wary of the "companion" product DvdInfoPro because:
- I paid but got no license, and no way to contact maker. D'oh!
- Scary discussion at CDfreaks forum.
- It would not uninstall gracefully.
Re: ImgBurn
FYI, DvdInfoPro is not a part of ImgBurn and it is not installed on your Pc when you install ImgBurn. DvdInfoPro is a different program (from a different company) that complement it, but ImgBurn does not require this software in order to function.nn1k3 wrote: But FYI I'm wary of the "companion" product DvdInfoPro because:
- I paid but got no license, and no way to contact maker. D'oh!
- Scary discussion at CDfreaks forum.
- It would not uninstall gracefully.
BTW ImgBurn is now multilingual you can download language files here.
Hi, the current version of ImgBurn (2.5.0.0) support and advanced input mode with these features :
'Advanced' input mode to build mode where you have total control over the layout of the disc and can add new folders, change names etc. (i.e. you're no longer limited to burning an existing folder structure on your hard disc as-is).
To use this new input mode you must modify your USERCMD.INI
Code: Select all
[em_IB_BurnListAdvanced]
Menu=Burn list with ImgBurn advanced
Cmd=C:\PROGRAM FILES\IMGBURN\IMGBURN.EXE
Param=/MODE BUILD /BUILDINPUTMODE ADVANCED /SRCLIST "C:\PROGRAM FILES\IMGBURN\IMGBURN.LST"
Reactivated...
TC starter menu can be enabled to burn directly with ImageBurn using this instructions.
Wondering if it is possible to change value of /VOLUMELABEL automatically on each burn, for example to burning time (date/hour)?
Wondering if it is possible to change value of /VOLUMELABEL automatically on each burn, for example to burning time (date/hour)?
You could use a batch file or NirCmd.
Code: Select all
Command:
nircmd.exe exec show c:\pathto\imgburn.exe
Params:
/<AllOtherParams> /volumelabel ~$currdate.MM_dd_yyyy$-~$currtime.HH_mm_ss$
Thx, but sorry it isn't working for me...

Code: Select all
Command (nircmd.exe is located in %Path%):
nircmd.exe exec show "c:\Program Files (x86)\ImgBurn\ImgBurn.exe"
Parameter:
/SRCLIST "%L" /MODE BUILD /BUILDOUTPUTMODE DEVICE /ERASE /VERIFY YES /TESTMODE NO /DEST Z: /CLOSESUCCESS /LANGID 1031 /EJECT YES /VOLUMELABEL "~$currdate.MM_dd_yyyy$" /START /NOIMAGEDETAILS /FILESYSTEM "ISO9660 + Joliet"