home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / amiga / misc / 13443 < prev    next >
Encoding:
Internet Message Format  |  1992-09-04  |  1.1 KB

  1. Path: sparky!uunet!mcsun!uknet!gdt!bsmail!ccsw
  2. From: ccsw@bristol.ac.uk (EthaStorm)
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: Re: Looking to unpack DOS disk with .lzh files
  5. Message-ID: <1992Sep4.084310.6858@bristol.ac.uk>
  6. Date: 4 Sep 92 08:43:10 GMT
  7. References: <2SEP92.16012792@cc4.crl.aecl.ca>
  8. Organization: University of Bristol, England
  9. Lines: 28
  10.  
  11. In article <2SEP92.16012792@cc4.crl.aecl.ca> roihar@cc4.crl.aecl.ca writes:
  12. >I need to unpack a DOS formatted disk with three .lzh
  13. >extension files (compressed). How do I do this on
  14. >an AMIGA 2000???
  15.  
  16.  
  17. Try
  18.  
  19. 1> Set up MSH/MessyDos/CrossDos what-have-you MSDOG to Amiga disk handler
  20.    system. (Assume MSH: for this include)
  21.  
  22. 2> Copy your file from the MSDOG disk to RAM:  ie.
  23.  
  24.        wb204> copy msh:#?.lzh ram:
  25.  
  26. 3> Format a new Amiga diskette.
  27.  
  28. 4> Copy a version of the unpacker LHA to ram:   ie.   wb204> copy c/lha ram:
  29.  
  30. 5> Move onto your newly formatted diskette  ie wb204> df0:
  31.  
  32. 6> Extract files using lha    ie.   empty> ram:lha x ram:filename.lzh
  33.  
  34. This will unpack the .lzh file in RAM: onto the nice, new formatted floppy in
  35. df0:
  36.   Hope this helps,
  37.  
  38.     Steff  *8)
  39.