Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Custom Command to ZIP a file

I guess that:
zip "!?&Archive Name:?archive.zip!" !&
DennisGerik

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