Post a reply

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: Can you add by default the Add Zip/Unzip ? on File Custom Commands !?

Is zip readily available on most servers? I do not think so.
Gzip is more common in (linux) servers.
alinrzv

Can you add by default the Add Zip/Unzip ? on File Custom Commands !?

Zip Files
zip -r "!?&Archive Name:?archive.zip!" !&

Unzip File
unzip -o "!" -d "!?&Extract to directory:?.!"