Betty,
Now that I've added 4 megs of fast memory to my A3000 I decided to change my AP
download path to RAM. When I do that all works fine but how do I cd to ram to
unpack the archive, what is the command line to unpack to ram? please refresh
my memory.
Seattle Bob…Now a six meg maniac
Bob,
Let's say that you downloaded NEWFIL.LHA to RAM:, and that you have LHA in your
c: directory.
In a CLI, type:
MAKEDIR RAM:NEWFIL
CD RAM:NEWFIL
lha x ram:newfil.lha
That makes a directory in RAM: to keep all your files together, then makes that
new directory your current directory (because the files are going toget
unpacked to your current directory), and then unpacks the download.
—Betty