Custom Command to ZIP a file
there is currently a custom command in place to TAR/GZIP files
tar -cz -f "!?&Archive Name:?archive.tgz!" !&
What would be the basic ZIP equivalent command?
Thanks in advance
tar -cz -f "!?&Archive Name:?archive.tgz!" !&
What would be the basic ZIP equivalent command?
Thanks in advance