home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 4 / CD_1.iso / games / handicap / 1horse.exe / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-07-03  |  3KB  |  90 lines

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