home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 86.img / DSS-INC1.ZIP / INSTALH4.BAT < prev    next >
DOS Batch File  |  1988-01-31  |  712b  |  20 lines

  1. echo off
  2. CLS
  3. echo ***            DOLPHIN SAILING SIMULATOR                 ***
  4. echo ***          INSTALH4  INSTALLATION  ROUTINE             ***
  5. echo ***     Copyright Dolphin Marine Systems, Inc.  1986     ***
  6. echo For HARD DISK systems with at least 512KB, and a VDISK, or 
  7. echo RAMDISK of at least 300KB set up in your DOS (CONFIG.SYS), and
  8. echo HERCULES MONOCHROME GRAPHICS Adapter with MONOCHROME Monitor.
  9. echo We will create a Directory called DOLPHIN on your Hard Disk,
  10. echo and copy the MASTER Disk and ASSIGN.COM from your DOS into it.
  11. echo If this is not correct, hit [cntl][break] and start over.
  12. pause
  13. c:
  14. cd\
  15. mkdir DOLPHIN
  16. cd\DOLPHIN
  17. copy a:*.*
  18. copy DOLPSIH4 sailing.bat
  19. instalf2
  20.