create separate archives one per selected file - dir

Vítáme všechny návrhy na nové funkce a vylepšení programu Altap Salamander. Pro každý návrh prosím vytvořte samostatný příspěvek.
zip

create separate archives one per selected file - dir

Post 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
User avatar
Ether
Posts: 1471
Joined: 10 May 2007, 16:08
Location: Czech Republic
Contact:

Post 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.
Post Reply