home *** CD-ROM | disk | FTP | other *** search
/ Shareware Gold 1 / The_Golden_ROM_Series_-_Shareware_Gold_Volume_1_Number_11_-_SK_89-301_-_1989.iso / LIB024 / HARDDISK.BAT next >
DOS Batch File  |  1988-08-23  |  565b  |  17 lines

  1. echo off
  2. echo ********************InstaCalc Install Program***********************
  3. echo  This program assumes several things:
  4. echo    1. The InstaCalc floppy disk is in drive A:
  5. echo    2. Your HardDisk is drive C:
  6. echo    3. You do not have a directory on your HardDisk named \INSTA.
  7. echo  If any of these assumptions are wrong then hit Ctrl-Break to exit.
  8. echo  Hitting any other key will begin the installation procedure.
  9. echo ********************************************************************
  10. pause
  11. C:
  12. CD \
  13. MKDIR INSTA
  14. CD INSTA
  15. COPY A:*.*
  16. A:
  17.