Page 1 of 1

create separate archives one per selected file - dir

Posted: 11 Dec 2007, 09:43
by zip
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

Posted: 11 Dec 2007, 16:22
by Ether
+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:

Code: Select all

E:\bin\pkzip.exe -a -p -r "$(Name).zip" "$(Name)"
Unfortunately, this particular command doesn't work as expected, it doesn't add files, only the directories. :D I used PKZIP v3.05.