hello, pls is there possibility to create separate archives (zip) one per selected file - dir? like in total commander ; i did not find it and it could be useful ;
thx a lot
zip
create separate archives one per selected file - dir
+1
This is one of the last things for which I still use TC.
@zip] If you have an external console zip packer, you can create an user menu item to simulate that functionality. Something like:
Unfortunately, this particular command doesn't work as expected, it doesn't add files, only the directories.
I used PKZIP v3.05.
This is one of the last things for which I still use TC.
@zip] If you have an external console zip packer, you can create an user menu item to simulate that functionality. Something like:
Code: Select all
E:\bin\pkzip.exe -a -p -r "$(Name).zip" "$(Name)"
