[Implemented] Change to implementation of command ZIPFROMLIST
Posted: 2020-05-17, 14:34 UTC
As it is now the command ZIPFROMLIST only supports the name of the archive in the command field of buttons and em_commands.
Button example:
It would be nice if the name of the file could also be put in the parameters field, so that the archive name could be created dynamically, like:
Button example:
Code: Select all
TOTALCMD#BAR#DATA
ZIPFROMLIST -o SELECTEDFILES.zip
%Y%F
wcmicons.dll,30
Pack marked files directly to SELECTEDFILES.zip
0
-1
It would be nice if the name of the file could also be put in the parameters field, so that the archive name could be created dynamically, like:
Code: Select all
TOTALCMD#BAR#DATA
ZIPFROMLIST -o
"%O.zip" %Y%F
wcmicons.dll,30
Pack marked files directly to archive with name as file under cursor
0
-1
To make the buttons:
1. Mark the green text above (click SELECT ALL).
2. Copy it to the ClipBoard (press Ctri+C).
3. Right click on TC's buttonbar and choose "Paste".