home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / os2 / apps / 5603 < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.3 KB  |  45 lines

  1. Newsgroups: comp.os.os2.apps
  2. Path: sparky!uunet!munnari.oz.au!bunyip.cc.uq.oz.au!griffin!kraken!ednstras
  3. From: ednstras@kraken.itc.gu.edu.au (Michael Strasser)
  4. Subject: Re: Uncompress
  5. Message-ID: <ednstras.714976274@kraken>
  6. Keywords: compress uncompress
  7. Sender: news@griffin.itc.gu.edu.au
  8. Nntp-Posting-Host: kraken.itc.gu.edu.au
  9. Organization: ITC, Griffith University, Brisbane, Australia
  10. References: <8836@ncratl.AtlantaGA.NCR.COM> <1992Aug27.210307.15274@midway.uchicago.edu>
  11. Date: 28 Aug 92 04:31:14 GMT
  12. Lines: 31
  13.  
  14. jhrv@ellis.uchicago.edu (John M. Kim) writes:
  15.  
  16. >In article <8836@ncratl.AtlantaGA.NCR.COM> fhart@ncratl.AtlantaGA.NCR.COM (Fred Hart) writes:
  17. >>I am looking for an os/2 2.o port of uncompress. I found a version of compress
  18. >>on hobbes but it doesn't look like uncompress came with it. Any pointers
  19. >>would be appreciated.
  20. >>
  21. >>-- Fred Hart (fred.hart@AtlantaGA.ncr.com)
  22.  
  23. >copy compress.exe uncompress.exe
  24. >copy compress.exe zcat.exe
  25.  
  26. Eh?  What about a few batch files:
  27.  
  28. uncompress.cmd:
  29. ---
  30. @compress -d %1 %2 %3 %4 %5 %6 %7 %8 %9
  31. ---
  32.  
  33. zcat.cmd:
  34. ---
  35. @compress -c %1 %2 %3 %4 %5 %6 %7 %8 %9
  36. ---
  37.  
  38. I think I remember the options correctly.
  39.  
  40. -- 
  41. Mike Strasser                       Internet: M.Strasser@edn.gu.edu.au.
  42. Education Division                  Fidonet:  3:640/308.2@fidonet
  43. Griffith University
  44. Brisbane, Australia
  45.