home *** CD-ROM | disk | FTP | other *** search
- ;
- ; First line of each group is period followed by file type
- ;
- ; $n represents the name of the compressed file
- ;
- ; Next line is '>' followed by command to compress all files in
- ; current directory
- ;
- ; Next line is '<' followed by command to decompress all files to
- ; current directory
- ;
-
- .ARC
- >PKARC -NC -OT /A $n *.*
- <PKXARC $n *.*
-
- .PAK
- >PAK A $n *.*
- <PAK E $n *.*
-
- .ZOO
- >ZOO -add $n *.*
- <ZOO -extract $n *.*
-
- ; This is setup for PKZIP 0.92 (or later). For V0.90, change -EX to -EA4 -EB4
- .ZIP
- >PKZIP /A -EX $n *.*
- <PKUNZIP $n *.*