home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ogicse!news.u.washington.edu!uw-beaver!rice!news.rice.edu!dens
- From: dens@spotted.owlnet.rice.edu (Dennis Allen Schmitz)
- Newsgroups: comp.os.os2.apps
- Subject: Re: Uncompress
- Message-ID: <DENS.92Aug28123319@spotted.owlnet.rice.edu>
- Date: 28 Aug 92 18:33:19 GMT
- Article-I.D.: spotted.DENS.92Aug28123319
- References: <8836@ncratl.AtlantaGA.NCR.COM> <1992Aug27.210307.15274@midway.uchicago.edu>
- <ednstras.714976274@kraken> <1992Aug28.073813.8925@midway.uchicago.edu>
- Sender: news@rice.edu (News)
- Organization: Rice University, Houston, Texas
- Lines: 23
- In-Reply-To: jhrv@ellis.uchicago.edu's message of Fri, 28 Aug 1992 07:38:13 GMT
-
- In article <1992Aug28.073813.8925@midway.uchicago.edu> jhrv@ellis.uchicago.edu (John M. Kim) writes:
-
- >jhrv@ellis.uchicago.edu (John M. Kim) writes:
- >
- >>copy compress.exe uncompress.exe
- >>copy compress.exe zcat.exe
- >
- >Eh? What about a few batch files:
- >
- >zcat.cmd:
- >---
- >@compress -c %1 %2 %3 %4 %5 %6 %7 %8 %9
- >---
- >
- >I think I remember the options correctly.
-
- Or, for even less disk space:
-
- alias uncompress compress -d
- alias zcat compress -dc
-
- Later,
- den
-