home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 176.img / MIAMINC.ZIP / INSTALL2.BAT < prev    next >
DOS Batch File  |  1990-04-04  |  984b  |  32 lines

  1. echo off
  2. CLS
  3. echo ***      Assignment:  MIAMI      Codename:  ENFORCER       ***
  4. echo ***     INSTALL2  HARD DISK (C:) INSTALLATION ROUTINE      ***
  5. ECHO ***      Copyright Dolphin Marine Systems, Inc.  1990      ***
  6. echo For systems with HARD DISK and at least 384kb of memory.
  7. echo This routine creates a DOLPHIN directory on the hard disk, 
  8. echo and copies MASTER and CASE disks into that Directory.
  9. echo If this is not right, please hit [cntl][break] and start over.
  10. pause
  11. c:
  12. cd\
  13. mkdir DOLPHIN
  14. cd\DOLPHIN
  15. copy a:*.*
  16. copy MIAMI2 MIAMI.BAT
  17. if exist dms7cntl goto AOK
  18. echo Cannot find dms7cntl from MASTER.
  19. MIAMIERR
  20. :AOK
  21. echo IF there were no BAD COMMAND messages above, then...
  22. echo MASTER DISK INSTALL COMPLETE ! 
  23. echo Please insert CASE DISK in Drive A:,
  24. PAUSE
  25. copy a:*.*
  26. if exist dms7s416 goto ENDB
  27. echo Cannot find CASE DISK files.
  28. MIAMIERR
  29. :ENDB
  30. echo IF there are NO BAD COMMAND messages, then INSTALL is done!
  31. echo  Please type  MIAMI  to run.
  32.