Differences
This shows you the differences between the selected revisions of the page.
2012-01-17 | 2012-02-13 | ||
grammar (martin) | example: (119.154.156.223) | ||
Line 17: | Line 17: | ||
unzip "!" | unzip "!" | ||
+ | example: unzip "filename" // do not include extension (.zip) ... checked on SFTP | ||
To unpack to an alternate directory: | To unpack to an alternate directory: | ||
Line 25: | Line 26: | ||
zip "!?&Enter an Archive Name:?archive.zip!" !& | zip "!?&Enter an Archive Name:?archive.zip!" !& | ||
+ | |||
+ | Example: zip "arcihevename" filename // do not include extension | ||
==== Rar ==== | ==== Rar ==== |