On 11Feb2018 17h03, Russell Urquhart wrote:

Is there a way to create a zip file from a group of selected files?

Open a shell command with ! key and complete the line to

  shell -w zip -r archiv.zip %s

Is there a way to open an existing zip file and add/delete files into that zip 
file?

To add files, tag the zipfile with t key,
select the files to add with space,
open the shell with !
complete the line to

  shell -w zip -g %t %s

Regards iL

Reply via email to