CompuServe Thread

#New to Amiga & modems

5 messages in this thread
#112899From: Darren WaringSep 5, 1993 10:18 AM
Help! Can anyone give me details on how to retrive downloaded programs Thankyou!
#112941From: Michael GerardSep 5, 1993 8:18 PM
Tell us specifically what computer, os revision, modem and software you are using, and what problems you are having and we'll try to help.
#112998From: Darren WaringSep 6, 1993 12:46 PM
Michael, With ref to the problem I have with downloading. I am using a amiga 500+ with a supra fax modem & ncomm v3.0 comms soft- ware. the problem I have is that I am able to download software but am unable to get the programs to run. I manage to find the downloaded software in the ram but when I select that downloaded file I get a Execute command come up saying that "filename" is not executable , Returncode 10 I would be glad of any help that you can offer Thankyou! Darren.
#113011From: Michael GerardSep 6, 1993 3:15 PM
Darren, Nearly all of the programs here in the libraries are compressed in one fashion or another and need to be de-compressed before they can be used. Archiving files like this keeps all of a programs files together and makes the download much faster (and therefore it costs less money!). You can tell which decompression program you need by looking at the file extension of the archived program you downloaded. xxxx.LHA uses LHA138.RUN xxxx.LZH uses LHA138.RUN xxxx.ARC uses ARC.EXE xxxx.ZOO uses ZOO.ARC These are the most popular 'crunchers' and can be found in Library 16 of Amiga user. Any file with a file extension of '.RUN' or '.EXE'. means that it does not require a separate program to decompress. A file with the extension of '.TXT', '.DOC', or '.MAN' means that it is an ascii text file that can be loaded in to any text editor, or read with with the Amiga program 'MORE'. xxx.LHA and xxx.LZH files requires the program LHA138.RUN which you can find in AmigaUser library 16 (which is where all of the archivers/crunchers are kept). Download that file using a protocol. NOTE: If you use XMODEM for your download, be sure to turn the AUTO-CHOP feature of your terminal software on, or LHA138.RUN won't work). LHA138.RUN is a special kind of archive called a SELF EXTRACTING ARCHIVE. Now, let's say you've got LHA138.RUN on a floppy in DF0: (this assumes you have and are installing to a hard drive)… 1) Open a shell 2) TYPE CD DF0: 3) TYPE LHA138.RUN 4) TYPE COPY LHA C: You now have the program LHA in your C: directory on your hard drive, which means you can use it to compress or decompress files anywhere on your system. There is also now a file on your DF0: disk called LHA.MAN (or .TXT or .DOC) that is a readable text file containing instructions for using LHA. You can read this by loading it in to any text editor you have. Now, let's get to your archived file… Close the shell and then double click on your WORK: partition to open it's window. From the workbench menu, choose WINDOW, NEW DRAWER, and then rename the new drawer to what you want. Now, Insert the disk with the archive (archivename.LHA or whatever) in to DF0: 1) Open a shell 2) TYPE CD WORK:<directoryname> 3) TYPE COPY DF0:<archivename>.LHA WORK:<directoryname> 4) TYPE LHA -x x <archivename>.LHA You will see LHA extract (or "unpack") all of the related files that come with the archive. After it's done, find the files called README and/or xxx.DOC or xxx.txt and load them into any text editor. These text files will explain how to setup and install the program on your system.
#113432From: Darren WaringSep 9, 1993 1:39 PM
Michael, Thankyou for your reply on retreving downloaded files it was a real help. I have managed to find lha138.run & have downloaded this & saved to disk. The only problem I have is that you refered to me using a hard drive.I'm only using DF0 at present. I wondered if it was possible you could give me information on how to use lha138.run using only DF0. I would be most grateful for any help you could give so I may be able to run downloaded programs Thanks very much Darren.