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
create icon/program to button bar for imgburn and wipe
Moderators: Hacker, petermad, Stefan2, white
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)
.
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.
- sqa_wizard
- Power Member
- Posts: 3897
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
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
Add selected files to list
You may edit the list
Finally start ImgBurn with created list
Note: You have to adapt the path to ImgBurn to your used installation !
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
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
Code: Select all
TOTALCMD#BAR#DATA
notepad.exe
"C:\TEMP\BurnList.Lst"
WCMICONS.DLL,28
Edit BurnList
0
-1
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
#5767 Personal license
Re: can you please help me to add 2 program?
Read the readme.txt file installed with imgburn to know all command line switches.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
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....