home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.os2.apps
- Path: sparky!uunet!munnari.oz.au!bunyip.cc.uq.oz.au!griffin!kraken!ednstras
- From: ednstras@kraken.itc.gu.edu.au (Michael Strasser)
- Subject: Re: Uncompress
- Message-ID: <ednstras.714976274@kraken>
- Keywords: compress uncompress
- Sender: news@griffin.itc.gu.edu.au
- Nntp-Posting-Host: kraken.itc.gu.edu.au
- Organization: ITC, Griffith University, Brisbane, Australia
- References: <8836@ncratl.AtlantaGA.NCR.COM> <1992Aug27.210307.15274@midway.uchicago.edu>
- Date: 28 Aug 92 04:31:14 GMT
- Lines: 31
-
- jhrv@ellis.uchicago.edu (John M. Kim) writes:
-
- >In article <8836@ncratl.AtlantaGA.NCR.COM> fhart@ncratl.AtlantaGA.NCR.COM (Fred Hart) writes:
- >>I am looking for an os/2 2.o port of uncompress. I found a version of compress
- >>on hobbes but it doesn't look like uncompress came with it. Any pointers
- >>would be appreciated.
- >>
- >>-- Fred Hart (fred.hart@AtlantaGA.ncr.com)
-
- >copy compress.exe uncompress.exe
- >copy compress.exe zcat.exe
-
- Eh? What about a few batch files:
-
- uncompress.cmd:
- ---
- @compress -d %1 %2 %3 %4 %5 %6 %7 %8 %9
- ---
-
- zcat.cmd:
- ---
- @compress -c %1 %2 %3 %4 %5 %6 %7 %8 %9
- ---
-
- I think I remember the options correctly.
-
- --
- Mike Strasser Internet: M.Strasser@edn.gu.edu.au.
- Education Division Fidonet: 3:640/308.2@fidonet
- Griffith University
- Brisbane, Australia
-