home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / games1 / horse.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-11-14  |  3KB  |  93 lines

  1. ECHO OFF
  2. CLS
  3. ECHO ╔═══════════════════════════════════════════════════════════════╗
  4. ECHO ╠Format = INSTALL {target hard drive:} {space} {\subdirectory}╣
  5. ECHO ╚═══════════════════════════════════════════════════════════════╝
  6. ECHO - E.g., INSTALL {space} C: {space} \RACE {enter}
  7. PAUSE
  8.  
  9. ECHO - PRESS [Enter]......
  10. PRINT /T
  11. CLS
  12. SET BUFFERS=28
  13. SET FILES=24
  14.  
  15. ECHO ▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐
  16. ECHO ▐                     DO NOT COPY FILES INTO SUB-DIRECTORY                   ▐
  17. ECHO ▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐
  18. ECHO ▐ Resident software should be turned off!  E.g., Sidekick, Networks, Windows ▐
  19. ECHO ▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐
  20. ECHO - Please exit Windows to the DOS prompt....
  21. ECHO -
  22. pause
  23. ECHO - Your Environment is as follows.
  24. VER
  25. SET
  26. IF NOT EXIST %1\CONFIG.SYS ECHO - System does not have a CONFIG.SYS file.
  27. IF NOT EXIST %1\AUTOEXEC.BAT ECHO - System does not have an AUTOEXEC.BAT file.
  28. PAUSE
  29.  
  30. CLS
  31. CHKDSK %1
  32. ECHO ╔══════════════════════════════════════════════════════════════════════╗
  33. ECHO ║ If any of the following conditions exist it is recommended that you  ║
  34. ECHO ║ FORMAT  your  fixed  drive  before  attempting  to load these discs. ║
  35. ECHO ║ 1) Allocation errors  2)Lost........  3)Less than 2 megabytes avail. ║
  36. ECHO ║ Correcting the above conditions will insure proper error free perfo- ║
  37. ECHO ║ rmance on other programs as well.                                    ║
  38. ECHO ╚══════════════════════════════════════════════════════════════════════╝
  39. ECHO 
  40. PAUSE
  41.  
  42. CLS
  43. ECHO - ╔═════════════════════════════════════════════════════════════════╗
  44. ECHO - ║                 ─ Please see UPDATE.DOC ─                     ║
  45. ECHO - ║ Please make a backup copy....and use the backup copy to install.║
  46. ECHO - ║  Press [Ctrl-C] or [Ctrl-Break] if this is not the backup copy. ║
  47. ECHO - ╚═════════════════════════════════════════════════════════════════╝
  48. ECHO - Target hard drive ---- %1%2
  49. PAUSE
  50.  
  51. BREAK OFF
  52. IF NOT EXIST DPIDPI.DPI ECHO Set prompt to floppy....
  53. IF NOT EXIST DPIDPI.DPI GOTO AEND
  54.  
  55. IF %1. == . GOTO AEND
  56.  
  57. IF EXIST %1\*.* GOTO KG
  58. ECHO - Hard drive %1 does not exist....
  59. GOTO AEND
  60.  
  61. :KG
  62. IF NOT EXIST %1%2\*.* MD %1%2
  63. IF EXIST %1%2\*.SIM ERASE %1%2\*.SIM
  64.  
  65. ECHO -
  66. ECHO - Answer "Y" to Overwrite.......
  67. ECHO -
  68. RACEMAIN /e %1%2
  69. COPY TRACK.BAT %1%2
  70. COPY RACES.BAT %1%2
  71.  
  72. %1
  73. CD %2
  74. VOL > RACE.VER
  75. CLS
  76. ECHO - Install complete.....
  77. ECHO ╔═════════════════════════════════════════════════════════════════════════╗
  78. ECHO ║ If a README file exists on your diskette, it contains important infoma- ║
  79. ECHO ║ tion that you will want to read. Insert this diskette in a floppy drive ║
  80. ECHO ║ with the printer on and type:    PRINT README.*                         ║
  81. ECHO ╚═════════════════════════════════════════════════════════════════════════╝
  82. PAUSE
  83.  
  84. TRACK
  85.  
  86. :AEND
  87. ECHO ╔═══════════════════════════════════════════════════════════════╗
  88. ECHO ╠Format = INSTALL {target hard drive:} {space} {\subdirectory}╣
  89. ECHO ╚═══════════════════════════════════════════════════════════════╝
  90. ECHO - E.g., INSTALL {space} C: {space} \RACE {enter}
  91. ECHO Did not install correctly.....
  92. BREAK ON
  93.