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

  1. echo ***     DUAL DISKETTE INSTALLATION ROUTINE    ***
  2. copy A:COMMAND.COM B:
  3. if exist b:command.com goto AOK
  4. echo INSTALLATION UNSUCCESSFUL ! Cannot find COMMAND.COM from DOS.
  5. echo Please check instructions, correct problem and restart !
  6. goto ENDB
  7. :AOK
  8. echo IF there were NO BAD COMMAND messages above, then...
  9. echo Your INSTALLATION is COMPLETE ! Please Reboot system, then put
  10. echo MASTER Disk in Drive A: and VOYAGE Disk in Drive B:, then
  11. echo type SAILING, to run the DOLPHIN SAILING SIMULATOR.
  12. :ENDB
  13. a:
  14.