home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 86.img / DBS-INC1.ZIP / INSTALF2.BAT < prev    next >
DOS Batch File  |  1988-10-01  |  806b  |  26 lines

  1. echo ***         HARD DISK INSTALLATION ROUTINE          ***
  2. if exist dms6cntl goto ASK0
  3. echo *** INSTALLATION NOT SUCCESSFUL ! Please correct problem !
  4. BOATERR
  5. :ASK0
  6. if exist \assign.com goto ASK1
  7. if exist \DOS\assign.com goto ASK2
  8. goto ASK3
  9. :ASK1
  10. copy \assign.com 
  11. goto ASK3
  12. :ASK2
  13. copy \DOS\assign.com
  14. :ASK3
  15. if exist ASSIGN.COM goto AOK1
  16. echo ***  CANNOT find ASSIGN.COM in ROOT or DOS directories !  ***
  17. echo If you have a PATH statement to it, then proceed, otherwise,
  18. echo please copy ASSIGN.COM from your DOS System into the DOLPHIN
  19. echo directory to complete the Installation.
  20. :AOK1
  21. echo IF there were no BAD COMMAND messages above, then...
  22. echo INSTALLATION COMPLETE ! Please insert VOYAGE DISK in Drive A:,
  23. echo and type a:INSTALLV to install each VOYAGE disk.
  24. :ENDB
  25. cd\
  26.