Xref: utzoo alt.msdos.programmer:2576 comp.os.msdos.programmer:4698 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!hellgate.utah.edu!peruvian.utah.edu!tmurphy From: tmurphy%peruvian.utah.edu@cs.utah.edu (Thomas Murphy) Newsgroups: alt.msdos.programmer,comp.os.msdos.programmer Subject: Re: MSDOS common archive/compression progs Keywords: Compression, arc, zip, archive Message-ID: <1991Apr16.195155.24271@hellgate.utah.edu> Date: 17 Apr 91 01:51:55 GMT References: <1991Apr8.044312.29004@hubcap.clemson.edu> <1991Apr16.170325.16145@murdoch.acc.Virginia.EDU> Distribution: na Organization: University of Utah CS Dept., Salt Lake City Lines: 17 In article <1991Apr16.170325.16145@murdoch.acc.Virginia.EDU> rsb5c@watt.acc.Virginia.EDU (Richard S. Bondi) writes: >At one ftp site, I saw that numerous dos utilities to be ftp'd are >somehow compressed, either ending in .arc or .zip. There are 4 main forms of archives you will run into. PKarc PkZip Lharc and Zoo. You should be able to find utilities for handling these files on the same locations that you can find the software. Try looking in the mirrors/msdos/(utilities or archives) section of wuarchive. Or you can find them on grape.clarkson.edu The utilities are generally self unarchiving so you will download them and then for instance type in pkz110 and it will self explode in the current directory. There is a great readme for most of them and they will also tell you what to do if you just type in the program name. The general idea with pkzip is pkunzip "filename" and bingo it will do it all. murph