home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 86.img / DSS-INC1.ZIP / INSTALL3.BAT < prev    next >
DOS Batch File  |  1987-01-13  |  828b  |  24 lines

  1. echo off
  2. cls
  3. echo ***            DOLPHIN SAILING SIMULATOR                 ***
  4. echo ***          INSTALL3  INSTALLATION  ROUTINE             ***
  5. echo ***    Copyright Dolphin Marine Systems, Inc.  1986      ***  
  6. echo For dual Diskette system, with at least 512kb, with VDISK 
  7. echo or RAMDISK of at least 300kb set up in your DOS (CONFIG.SYS)
  8. echo USE BACKUP DISKS ONLY! This routine writes on the MASTER !
  9. ECHO If not correct, or not BACKUP, hit [cntl][break] and start again.
  10. echo Please put DOS Disk in Drive A: and BACKUP MASTER Disk in B:
  11. PAUSE
  12. b:
  13. copy B:DOLPSIM3 B:SAILING.BAT
  14. copy A:assign.com B:
  15. if exist B:ASSIGN.COM goto AOK1
  16. echo INSTALLATION UNSUCCESSFUL ! Cannot find ASSIGN.COM from DOS.
  17. echo Please check instructions, correct problem and restart !
  18. PAUSE
  19. goto ENDB
  20. :AOK1
  21. instalf1
  22. :ENDB
  23. a:
  24.