home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / amiga / graphics / 7523 < prev    next >
Encoding:
Text File  |  1992-11-18  |  2.0 KB  |  50 lines

  1. Newsgroups: comp.sys.amiga.graphics
  2. Path: sparky!uunet!snorkelwacker.mit.edu!bloom-picayune.mit.edu!athena.mit.edu!yoav
  3. From: yoav@athena.mit.edu (Yoav O. Yerushalmi)
  4. Subject: Re: How do I run files with .lha ending?
  5. Message-ID: <1992Nov18.215957.939@athena.mit.edu>
  6. Sender: news@athena.mit.edu (News system)
  7. Nntp-Posting-Host: w20-575-76.mit.edu
  8. Organization: Massachusetts Institute of Technology
  9. References:  <Bxvz0K.xL@mentor.cc.purdue.edu>
  10. Distribution: na
  11. Date: Wed, 18 Nov 1992 21:59:57 GMT
  12. Lines: 36
  13.  
  14. Well, actually the answer is extremely simple...
  15.   in order to save hard drive space and upload/download time, many files are put
  16. together and compressed using special programs. These files usually end in .xxx
  17. postscripts (remnant from DOS I guess). To get them back requires the same kind
  18. of software, and this must be run on the program
  19.   For example... to extract the files from an archive names hello.lha, you would
  20. type the following
  21.  
  22.     lha -x hello.lha
  23.  
  24.     this uses the program (lha) with the extract instruction (x or e) on the file
  25. (hello.lha).
  26.   these programs are available in the public domain, and are very common. Here
  27. are a few examples
  28.  
  29.  
  30.  
  31.   xxxxx.lha         :     lha
  32.   xxxxx.zip         :     zip / zippy / pkzip
  33.   xxxxx.dms         :     dms / dmswin - this compression only does full disks
  34.   xxxxx.arc         :     arc / unarc  -  old and almost unheard of
  35.   xxxxx.zoo         :     zoo          -  old and unheard of
  36.   xxxxx.zom         :     zoom / zoomwin - compresses disks only
  37.   xxxxx.arj         :     unarj (only uncompresses, haven't seen a compressor yet)
  38.   xxxxx.sfx         :     this is just a self extracting archive of any type..
  39.                              to decompress it, just run it.
  40.   xxxxx.lzh         :     lha / lhunarc / lz / lzh  - older verion of .lha
  41.   xxxxx.wrp         :     warp  - disks only
  42.  
  43.  
  44. there are many more, and their names are usually indicative of the program used
  45. to decompress them... look around, and you will proabably find what you are
  46. looking for...
  47.  
  48.         Good luck
  49.             yoav
  50.