home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 86.img / DBS-INC1.ZIP / INSTALL4.BAT < prev    next >
DOS Batch File  |  1988-09-02  |  667b  |  20 lines

  1. echo off
  2. CLS
  3. echo ***            DOLPHIN BOATING SIMULATOR                 ***
  4. echo ***          INSTALL4  INSTALLATION  ROUTINE             ***
  5. echo ***     Copyright Dolphin Marine Systems, Inc.  1988     ***
  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).
  8. echo We will create a Directory called DOLPHIN on your Hard Disk,
  9. echo and copy the MASTER Disk and ASSIGN.COM from your DOS into it.
  10. echo If this is not correct, hit [cntl][break] and start over.
  11. pause
  12. c:
  13. cd\
  14. mkdir DOLPHIN
  15. cd\DOLPHIN
  16. copy a:*.*
  17. copy BOATING4 BOATING.BAT
  18. copy BOATINH4 BOATINH.BAT
  19. instalf2
  20.