TC burning CD/DVD with IMGBURN
Moderators: Hacker, petermad, Stefan2, white
TC burning CD/DVD with IMGBURN
Next release of IMGBURN (Freeware CD/DVD/HD DVD/Blu-ray Burner) will let users burn lists of files/directories using its command line mode.
Using IB command line mode and %L , we will be able to burn files lists directly from TC to CD, DVD or even ISO.
There's only one problem, let say that i want to burn a DVD that it'll contain directories from two different hard drives ( C: & D: ), AFAIK TC doesn't let me select directories from two different hard drives simultaneously, but if i use %L in both hard drives it will create two file lists.
Is it possible to append files/directories in only one *.tmp file list ?. Thanks.
How about three buttons like these?
Kind regards
Holger
Code: Select all
TOTALCMD#BAR#DATA
%comspec% /c
del "C:\tools\List.Lst"
%Commander_Path%\WCMICONS.DLL,64
Clear list
1
-1
Code: Select all
TOTALCMD#BAR#DATA
%comspec% /c
type "%L" >>"C:\tools\List.Lst"
%Commander_Path%\WCMICONS.DLL,63
Append selection to list
1
-1
Code: Select all
TOTALCMD#BAR#DATA
%comspec% /c
C:\Tools\Imgburn /SRCLIST "C:\tools\List.Lst"
%Commander_Path%\WCMICONS.DLL,65
Burn list
1
-1
Holger
Re: TC burning CD/DVD with IMGBURN
Maybe you can use TemDrive plugin (WFX).sas2000 wrote:
Is it possible to append files/directories in only one *.tmp file list ?. Thanks.
My Best Wishes,
Eugen
Eugen
ImgBurn 2.4.0.0
ImgBurn 2.4.0.0 (Freeware CD/DVD/HD DVD/Blu-ray Burner) have been released, this new version let users burn lists of files using its command line mode. Now we can select files & directories in Tc and send it directly to ImgBurn build mode (to record it to Cd/Dvd or even Iso).
For instructions take a look to HolgerK' post.
Question per e-mail:
As this format (TCs clipboard format for buttons) is maybe not widely spread:
1. Mark the text inside of code box using the mouse (from TOTALCMD to -1)
2. Copy the marked text into clipboard: (Right Mouse Button) Context menu->Copy
3. switch to TC
4. press RMB on a empty place of the button bar
5. select "Paste" from the context menu
6. press RMB over the new inserted button
7. select "Edit" and adapt the ImgBurn path to your own installation
HTH,
Holger
Edit: ImgBurn paramter supplemented
Edit2: Uppercase parameter: /MODE BUILD /SRCLIST
Take a while to find this post againhy
Where I can put you button cmd for imgburn in TC?

As this format (TCs clipboard format for buttons) is maybe not widely spread:
1. Mark the text inside of code box using the mouse (from TOTALCMD to -1)
Code: Select all
TOTALCMD#BAR#DATA
%comspec% /c
C:\Tools\Imgburn /MODE BUILD /SRCLIST "C:\tools\List.Lst"
%Commander_Path%\WCMICONS.DLL,65
Burn list
1
-1
3. switch to TC
4. press RMB on a empty place of the button bar
5. select "Paste" from the context menu
6. press RMB over the new inserted button
7. select "Edit" and adapt the ImgBurn path to your own installation
HTH,
Holger
Edit: ImgBurn paramter supplemented
Edit2: Uppercase parameter: /MODE BUILD /SRCLIST
Last edited by HolgerK on 2008-02-18, 20:18 UTC, edited 2 times in total.
- Rein de Jong
- Senior Member
- Posts: 394
- Joined: 2005-01-30, 20:26 UTC
- Location: NL
- Contact:
[quote="HolgerK"]
1. Mark the text inside of code box using the mouse (from TOTALCMD to -1)
1. Mark the text inside of code box using the mouse (from TOTALCMD to -1)
Code: Select all
TOTALCMD#BAR#DATA
%comspec% /c
C:\Tools\Imgburn /SRCLIST "C:\tools\List.Lst"
%Commander_Path%\WCMICONS.DLL,65
Burn list
1
-1
[/quote]
Thanks for the tip.
But the burn command doesnt work here. adding "/mode build" made it work for me. So for me the command is:
d:\Util\Imgburn\Imgburn /SRCLIST "d:\Util\ImgBurn\list.lst" /mode build
If you've configured ImgBurn previously to always start in build mode (Tools >Settings >Events >Set program mode = Build) then you can use :Rein de Jong wrote:But the burn command doesnt work here. adding "/mode build" made it work for me. So for me the command is:
d:\Util\Imgburn\Imgburn /SRCLIST "d:\Util\ImgBurn\list.lst" /mode build
d:\Util\Imgburn\Imgburn /SRCLIST "d:\Util\ImgBurn\list.lst"
otherwise you must use :
d:\Util\Imgburn\Imgburn /MODE BUILD /SRCLIST "d:\Util\ImgBurn\list.lst"
because /SCRLIST is a switch that only works if ImgBurn is started in build mode.
hm imgburn in buildmode,all the parameters are there, doesn't work (.-(
Command: %comspec% /c
Parameter: C:\Programme\Medien\Tools\ImgBurn /SRCLIST "C:\Programme\Medien\Tools\ImgBurn\List.Lst"
Icon File: C:\Programme\Tools\Totalcmd\Icons\vista.icl
Help,please
Command: %comspec% /c
Parameter: C:\Programme\Medien\Tools\ImgBurn /SRCLIST "C:\Programme\Medien\Tools\ImgBurn\List.Lst"
Icon File: C:\Programme\Tools\Totalcmd\Icons\vista.icl
Help,please
A New Generation transformed by the Power of God
Switches seem ok and it should work, you must check if file list is correctly created before using ImgBurn /MODE BUILD /SRCLIST.
Be sure that you're using ImgBurn 2.4.0.0, if problem continues, you may try to create em_commands based on these on Usercmd.ini and assign buttons to them
Code: Select all
[em_ImgBurnAppendToList]
Menu=Append selection to list
Cmd=%comspec% /c
Param=type "%L" >>"C:\PROGRAM FILES\IMGBURN\IMGBURN.LST"
[em_ImgBurnClearList]
Menu=Clear list
Cmd=%comspec% /c
Param=Del "C:\PROGRAM FILES\IMGBURN\IMGBURN.LST"
[em_ImgBurnBurnList]
Menu=Burn list with ImgBurn
Cmd=C:\PROGRAM FILES\IMGBURN\IMGBURN.EXE
Param=/MODE BUILD /SRCLIST "C:\PROGRAM FILES\IMGBURN\IMGBURN.LST"
Last edited by sas2000 on 2008-02-18, 11:06 UTC, edited 1 time in total.
- Rein de Jong
- Senior Member
- Posts: 394
- Joined: 2005-01-30, 20:26 UTC
- Location: NL
- Contact:
I'm not sure but it seems to me that you're using "C:\Programme\Medien\Tools\ImgBurn" directory so maybe it should be :tosbsas wrote: doesn't work (.-(
Command: %comspec% /c
Parameter: C:\Programme\Medien\Tools\ImgBurn /SRCLIST "C:\Programme\Medien\Tools\ImgBurn\List.Lst"
Icon File: C:\Programme\Tools\Totalcmd\Icons\vista.icl
Code: Select all
Parameter: C:\Programme\Medien\Tools\ImgBurn\Imgburn /SRCLIST "C:\Programme\Medien\Tools\ImgBurn\List.Lst"
or even better
Parameter: C:\Programme\Medien\Tools\ImgBurn\Imgburn /MODE BUILD /SRCLIST "C:\Programme\Medien\Tools\ImgBurn\List.Lst"