home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / os2 / apps / 5604 < prev    next >
Encoding:
Text File  |  1992-08-29  |  988 b   |  33 lines

  1. Newsgroups: comp.os.os2.apps
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!uchinews!ellis!jhrv
  3. From: jhrv@ellis.uchicago.edu (John M. Kim)
  4. Subject: Re: Uncompress
  5. Message-ID: <1992Aug28.073813.8925@midway.uchicago.edu>
  6. Keywords: compress uncompress
  7. Sender: news@uchinews.uchicago.edu (News System)
  8. Reply-To: jhrv@midway.uchicago.edu
  9. Organization: University of Chicago Computing Organizations
  10. References: <8836@ncratl.AtlantaGA.NCR.COM> <1992Aug27.210307.15274@midway.uchicago.edu> <ednstras.714976274@kraken>
  11. Date: Fri, 28 Aug 1992 07:38:13 GMT
  12. Lines: 19
  13.  
  14. In article <ednstras.714976274@kraken> ednstras@kraken.itc.gu.edu.au (Michael Strasser) writes:
  15. >jhrv@ellis.uchicago.edu (John M. Kim) writes:
  16. >
  17. >>copy compress.exe uncompress.exe
  18. >>copy compress.exe zcat.exe
  19. >
  20. >Eh?  What about a few batch files:
  21. >
  22. >zcat.cmd:
  23. >---
  24. >@compress -c %1 %2 %3 %4 %5 %6 %7 %8 %9
  25. >---
  26. >
  27. >I think I remember the options correctly.
  28.  
  29. :-).  That should be compress -dc.
  30.  
  31. John
  32.  
  33.