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

  1. echo off
  2. CLS
  3. ECHO ***      Assignment:  MIAMI    Codename:  ENFORCER        ***
  4. echo ***      INSTALL1 DUAL DISKETTE INSTALLATION ROUTINE      ***
  5. echo ***      Copyright Dolphin Marine Systems, Inc. 1990      ***
  6. echo Installs on... DUAL DISKETTES, with AT LEAST 384kb of memory.
  7. echo USE BACKUP DISKETTES ONLY! This routine writes on MASTER!
  8. echo If this is not correct, or if you have NOT MADE BACKUP COPIES
  9. echo of your diskettes ... hit  [cntl]  [break]  and start again !
  10. echo Please put MS-DOS Disk in Drive A: and BACKUP MASTER DISK in B:
  11. pause
  12. b:
  13. erase b:miami2
  14. erase b:install2.bat
  15. copy A:COMMAND.COM B:
  16. if exist b:command.com goto AOK
  17. echo Cannot find COMMAND.COM from DOS.
  18. MIAMIERR
  19. :AOK
  20. copy B:MIAMI1 B:MIAMI.BAT
  21. if exist b:dms7cntl goto ENDB
  22. echo Cannot find dms7cntl from MASTER.
  23. MIAMIERR
  24. :ENDB
  25. echo IF there are NO BAD COMMAND messages, then INSTALL is done!
  26. echo Place MASTER Disk in Drive A: and CASE Disk in B:
  27. echo then type  MIAMI  to run.
  28. a:
  29.