home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 1545.dms / in.adf / ClickDOS / INSTALL < prev    next >
Encoding:
Text File  |  1990-03-25  |  523 b   |  13 lines

  1. ; This script file installs ClickDOS II.
  2. ; It does the following:
  3. ;    Copies ClickDOS II to the utilities directory of your workbench disk
  4. ;    Copies the Spool program to the directory where C: is assigned
  5. ;    Copies the ClickDOS-Startup file to the directory where S: is assigned
  6.  
  7. ECHO "Installing ClickDOS II and its support files..."
  8. COPY ClickDOS_II:ClickDOS_II TO SYS:Utilities
  9. COPY ClickDOS_II:ClickDOS_II.info TO SYS:Utilities
  10. COPY ClickDOS_II:Spool TO C:
  11. COPY ClickDOS_II:ClickDOS-Startup TO S:
  12. ECHO "Complete."
  13.