#Access
Mike,
OK, basics. Boot the WB, open the system drawer,and open a CLI. Exppand it
to cover the entire window if you wish.
Now, I assume one drive on your part, and will call it Downloads. Use the
actual disk name during your typing.
cd downloads: ;note the ':' which indicates a root directory.
rename arc.exe Arc ;
arc x lib4 ;Note also that .ARC MUST be on the end of the
; filename, but my be left off when invoking Arc.
You should see 'extracting <filename>' and then the 1> should return. You
should now DIR to see a listing of files on the disk. TYPE lib4 (or whatever
filename arc extracted) to have it list to the CLI window, hitting any key to
stop, and Backspacing to restart.
Now, as long as we're here, let's set things up for later use.
cd sys: ; log back to WB, which should be the COPY you
; booted with, not the release disk!
delete demo#? all ; Chuck the demos and the .info files with it to
; make some space on the disk. Note the wildcard
; #? which reads 'Any number (#) of any char (?)
copy downloads:Arc c: ; put Arc in the C: directory, so you can use it
<continued>