home *** CD-ROM | disk | FTP | other *** search
- .key SystemID/a ; the system ID passed as "SystemID" variable from AME
-
- ; AME Decompression Script
-
- delete AMEWork:#? ; clear out old packet information
- ; from last packet
-
- copy AMEPacket:<SystemID>.QWK AMEWork:<SystemID>.ZIP
- ; get a packet to work with
- ; rename original packet for ZIP,
- ; since it needs .ZIP extension
-
- cd AMEWork: ; go into work directory
- ; UNZIP dumps contents into
- ; current directory (the work dir)
-
- unzip AMEWork:<SystemID>.ZIP ; decompress packet with UNZIP
-
- ; end of script
-