home *** CD-ROM | disk | FTP | other *** search
/ Interactive Entertainment 11 / EPISODE_11_MAR_1995.iso / patch / fpropt.exe / INSTALL.BAT < prev    next >
DOS Batch File  |  1994-01-20  |  6KB  |  186 lines

  1. @echo off
  2. cls
  3. echo 
  4. echo 
  5. echo 
  6. echo                     ╔═══════════════════════════════════╗
  7. echo                     ║  Front Page Sports:Football Pro   ║
  8. echo                     ║        Version 1.01 Update        ║
  9. echo                     ║   Copyright 1993  Dynamix, Inc.   ║
  10. echo                     ╚═══════════════════════════════════╝
  11.  
  12. if .%1==. goto no_param
  13.  
  14. if not exist %1\nul goto badpath
  15.  
  16. if "%1"=="c:" goto def
  17. if "%1"=="C:" goto def
  18. if "%1"=="d:" goto def
  19. if "%1"=="D:" goto def
  20. if "%1"=="e:" goto def
  21. if "%1"=="E:" goto def
  22. if "%1"=="f:" goto def
  23. if "%1"=="F:" goto def
  24. if "%1"=="g:" goto def
  25. if "%1"=="G:" goto def
  26. if "%1"=="h:" goto def
  27. if "%1"=="H:" goto def
  28. if "%1"=="i:" goto def
  29. if "%1"=="I:" goto def
  30. if "%1"=="j:" goto def
  31. if "%1"=="J:" goto def
  32. if "%1"=="k:" goto def
  33. if "%1"=="K:" goto def
  34. if "%1"=="l:" goto def
  35. if "%1"=="L:" goto def
  36. if "%1"=="m:" goto def
  37. if "%1"=="M:" goto def
  38. if "%1"=="n:" goto def
  39. if "%1"=="N:" goto def
  40. if "%1"=="o:" goto def
  41. if "%1"=="O:" goto def
  42. if "%1"=="p:" goto def
  43. if "%1"=="P:" goto def
  44. if "%1"=="q:" goto def
  45. if "%1"=="Q:" goto def
  46. if "%1"=="r:" goto def
  47. if "%1"=="R:" goto def
  48. if "%1"=="s:" goto def
  49. if "%1"=="S:" goto def
  50. if "%1"=="t:" goto def
  51. if "%1"=="T:" goto def
  52. if "%1"=="u:" goto def
  53. if "%1"=="U:" goto def
  54. if "%1"=="v:" goto def
  55. if "%1"=="V:" goto def
  56. if "%1"=="w:" goto def
  57. if "%1"=="W:" goto def
  58. if "%1"=="x:" goto def
  59. if "%1"=="X:" goto def
  60. if "%1"=="y:" goto def
  61. if "%1"=="Y:" goto def
  62. if "%1"=="z:" goto def
  63. if "%1"=="Z:" goto def
  64.  
  65. if not exist %1\hike.com goto nohike
  66. echo 
  67. echo Ready to install "Front Page Sports:Football Pro" update to
  68. echo    %1
  69. echo 
  70. echo Press CTRL-C to Abort or
  71. pause
  72. copy readme. %1 >nul
  73. copy patch.* %1 >nul
  74. %1\patch %1
  75. del %1\patch.*
  76. echo 
  77. echo **** Installation complete. ****
  78. echo 
  79. echo To view release notes, go to the %1 directory,
  80. echo and then use the INSTALL program.
  81. echo 
  82. echo To run, go to the %1 directory,
  83. echo and then type:  HIKE.
  84. echo 
  85. goto end
  86.  
  87.  
  88. :def
  89. if not exist %1\dynamix\fbpro\hike.com goto nohike
  90. echo 
  91. echo Ready to install "Front Page Sports:Football Pro" update to
  92. echo    %1\dynamix\fbpro
  93. echo 
  94. echo Press CTRL-C to Abort or
  95. pause
  96. copy readme. %1\dynamix\fbpro >nul
  97. copy patch.* %1\dynamix\fbpro >nul
  98. %1\dynamix\fbpro\patch %1\dynamix\fbpro
  99. del %1\dynamix\fbpro\patch.*
  100. echo 
  101. echo **** Installation complete. ****
  102. echo 
  103. echo To view release notes, go to the %1\dynamix\fbpro directory,
  104. echo and then use the INSTALL program.
  105. echo 
  106. echo To run, go to the %1\dynamix\fbpro directory,
  107. echo and then type:  HIKE.
  108. echo 
  109. goto end
  110.  
  111.  
  112. :no_param
  113. echo 
  114. echo 
  115. echo       ┌───────────────────────────────────────────────────────────────────┐
  116. echo       │          ERROR:  You did not specify a destination drive.         │
  117. echo       └───────────────────────────────────────────────────────────────────┘
  118. echo 
  119. echo 
  120. echo 
  121. pause
  122. cls
  123. goto usage
  124.  
  125.  
  126. :badpath
  127. echo 
  128. echo 
  129. echo       ┌───────────────────────────────────────────────────────────────────┐
  130. echo       │ ERROR:  The drive or directory path that you specified is invalid.│
  131. echo       └───────────────────────────────────────────────────────────────────┘
  132. echo 
  133. echo 
  134. echo 
  135. pause
  136. cls
  137. goto usage
  138.  
  139.  
  140. :nohike
  141. echo 
  142. echo 
  143. echo        ┌───────────────────────────────────────────────────────────────────┐
  144. echo        │ ERROR:  The original Football Pro program has not been installed  │
  145. echo        │ to the drive or directory path you have specified.  Please run the│ 
  146. echo        │ install program again.  If this does not work you may have to     │
  147. echo        │ reinstall your original copy of Front Page Sports:Football Pro.   │
  148. echo        └───────────────────────────────────────────────────────────────────┘
  149. echo 
  150. echo 
  151. echo 
  152. pause
  153. cls
  154. goto usage
  155.  
  156.  
  157. :usage
  158. echo 
  159. echo 
  160. echo 
  161. echo   ╔═══════════════════════════════════════════════════════════════════════════╗
  162. echo   ║ To install this update, type 'INSTALL' followed by the drive on which you ║
  163. echo   ║ installed the original Front Page Sports:Football Pro.                    ║
  164. echo   ║                                                                           ║
  165. echo   ║ For example, type:                                                        ║
  166. echo   ║                                                                           ║
  167. echo   ║                       INSTALL C:                                          ║
  168. echo   ║                                                                           ║
  169. echo   ║ if you installed Front Page Sports:Football Pro to your C: drive.         ║
  170. echo   ║                                                                           ║
  171. echo   ║ If, for some reason, you installed Front Page Sports:Football Pro         ║
  172. echo   ║ to a directory other than \DYNAMIX\FBPRO, type the new full directory     ║
  173. echo   ║ path after the drive letter when you run install.  For example, type:     ║
  174. echo   ║                                                                           ║
  175. echo   ║                       INSTALL D:\GAMES\FOOTBALL                           ║
  176. echo   ║                                                                           ║
  177. echo   ║ if you have installed Front Page Sports:Football Pro to the directory     ║
  178. echo   ║ \GAMES\FOOTBALL on your D: drive.                                         ║
  179. echo   ╚═══════════════════════════════════════════════════════════════════════════╝
  180. echo 
  181. echo 
  182. goto end
  183.  
  184.  
  185. :end
  186.