create icon/program to button bar for imgburn and wipe

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
giulia
Senior Member
Senior Member
Posts: 336
Joined: 2013-09-14, 05:33 UTC
Location: Europe

create icon/program to button bar for imgburn and wipe

Post by *giulia »

can you please help me to add 2 program?

Hi

i'm new so hi to everyone

i really love total commander
but i don't know how use the advanced features

i want to create to new icon/program to button bar to send files to imgburn and a wiperprogram

could you please help me ?
how to do it steps by steps
please

thanks

about imgburn i did a search in the forum ,but i was not able to let it work
i use total commander 8 ,windows 7 64 ,and the last version of imgburn
User avatar
Stefan2
Power Member
Power Member
Posts: 4281
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Post by *Stefan2 »

1) drag and drop the *.exe of that other app to the button bar
2) right click that new icon
3) read the help of that other program to know which parameter to add
4) press F1 key to read the help of TC for further customizing




If it not works, right click that icon and choose 'copy'.
Paste that here into the forum and ask for more help.


Then decide which works best for you (http://www.xyplorer.com/xyfc/viewtopic.php?f=7&t=10185)


.
Last edited by Stefan2 on 2013-09-14, 10:36 UTC, edited 1 time in total.
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3897
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Post by *sqa_wizard »

To send files to ImgBurn, you have to create a list of files to burn first.
After this you start ImgBurn with the just created list.

Here is what I did:

Just copy each text and paste it to your button bar.
It will create a new button for you.

Delete a remaining List

Code: Select all

TOTALCMD#BAR#DATA
%comspec% /c
del "C:\TEMP\BurnList.Lst"
%Commander_Path%\WCMICONS.DLL,64
Clear list

1
-1
Add selected files to list

Code: Select all

TOTALCMD#BAR#DATA
%comspec% /c
mkdir "C:\TEMP" & type "%L" >>"C:\TEMP\BurnList.Lst"
%Commander_Path%\WCMICONS.DLL,63
Append selection to list

1
-1
You may edit the list

Code: Select all

TOTALCMD#BAR#DATA
notepad.exe
"C:\TEMP\BurnList.Lst"
WCMICONS.DLL,28
Edit BurnList

0
-1
Finally start ImgBurn with created list

Code: Select all

TOTALCMD#BAR#DATA
"%Commander_Path%\..\ImgBurn\ImgBurn.exe" /MODE BUILD /BUILDINPUTMODE ADVANCED /SRCLIST "C:\TEMP\BurnList.Lst"

%Commander_Path%\..\ImgBurn\ImgBurn.exe,1
Burn all files from list

1
-1
Note: You have to adapt the path to ImgBurn to your used installation !
#5767 Personal license
User avatar
nsp
Power Member
Power Member
Posts: 1954
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: can you please help me to add 2 program?

Post by *nsp »

giulia wrote:Hi

i'm new so hi to everyone

i really love total commander
but i don't know how use the advanced features

i want to create to new icon/program to button bar to send files to imgburn and a wiperprogram

could you please help me ?
how to do it steps by steps
please

thanks

about imgburn i did a search in the forum ,but i was not able to let it work
i use total commander 8 ,windows 7 64 ,and the last version of imgburn
Read the readme.txt file installed with imgburn to know all command line switches.

Second what do you plan to do ?
burn some file you pass,
a list of iso file ????
......

After you can wipe your files but ensure that img burn finished correctly before deleting....
Post Reply