home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / os2 / apps / 5623 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.1 KB

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