home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
200-299
/
ff276.lzh
/
ClickDOS
/
INSTALL
< prev
next >
Wrap
Text File
|
1989-11-09
|
523b
|
13 lines
; This script file installs ClickDOS II.
; It does the following:
; Copies ClickDOS II to the utilities directory of your workbench disk
; Copies the Spool program to the directory where C: is assigned
; Copies the ClickDOS-Startup file to the directory where S: is assigned
ECHO "Installing ClickDOS II and its support files..."
COPY ClickDOS_II:ClickDOS_II TO SYS:Utilities
COPY ClickDOS_II:ClickDOS_II.info TO SYS:Utilities
COPY ClickDOS_II:Spool TO C:
COPY ClickDOS_II:ClickDOS-Startup TO S:
ECHO "Complete."