home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 14 / 1996-01_Disc_14.iso / install / runtp.bat < prev    next >
DOS Batch File  |  1995-10-31  |  3KB  |  239 lines

  1. cls
  2. echo off
  3. cls
  4. echo.
  5. echo                            
  6. echo                   ╔═══════════════════╗
  7. echo                   ║  TORIN'S PASSAGE  ║
  8. echo                   ╚═══════════════════╝
  9. echo.
  10. echo.
  11. echo.
  12. echo.
  13. echo    Did you install TORIN'S PASSAGE to the 
  14. echo    \SIERRA\TORDEMO default directory?
  15. echo.
  16. choice
  17. if errorlevel 2 goto m1
  18. if errorlevel 1 goto run8
  19.  
  20. :run8
  21. cls
  22. echo.
  23. echo    ╔══════════════════════════════════════════════╗
  24. echo    ║  Please enter the letter of your HARD DRIVE. ║
  25. echo    ║                                              ║
  26. echo    ║        C is the most common response:        ║
  27. echo    ║            (C-Z are valid choices)           ║
  28. echo    ╚══════════════════════════════════════════════╝
  29. echo.
  30. echo    Enter Choice [default=C]:
  31. echo    Type CTRL-C to exit
  32. choice /c:cdefghijklmnopqrstuvwxyz /n
  33. if errorlevel 24 goto dos24
  34. if errorlevel 23 goto dos23
  35. if errorlevel 22 goto dos22
  36. if errorlevel 21 goto dos21
  37. if errorlevel 20 goto dos20
  38. if errorlevel 19 goto dos19
  39. if errorlevel 18 goto dos18
  40. if errorlevel 17 goto dos17
  41. if errorlevel 16 goto dos16
  42. if errorlevel 15 goto dos15
  43. if errorlevel 14 goto dos14
  44. if errorlevel 13 goto dos13
  45. if errorlevel 12 goto dos12
  46. if errorlevel 11 goto dos11
  47. if errorlevel 10 goto dos10
  48. if errorlevel 9 goto dos9
  49. if errorlevel 8 goto dos8
  50. if errorlevel 7 goto dos7
  51. if errorlevel 6 goto dos6
  52. if errorlevel 5 goto dos5
  53. if errorlevel 4 goto dos4
  54. if errorlevel 3 goto dos3
  55. if errorlevel 2 goto dos2
  56. if errorlevel 1 goto dos1
  57.  
  58. :dos24
  59. Z:
  60. CD\SIERRA
  61. CALL TORDEMO.BAT
  62. pause
  63. goto end
  64.  
  65. :dos23
  66. Y:
  67. CD\SIERRA
  68. CALL TORDEMO.BAT 
  69. PAUSE
  70. goto end
  71.  
  72. :dos22
  73. X:
  74. CD\SIERRA
  75. CALL TORDEMO.BAT 
  76. pause
  77. goto end
  78.  
  79. :dos21
  80. W:
  81. CD\SIERRA
  82. CALL TORDEMO.BAT 
  83. pause
  84. goto end
  85.  
  86. :dos20
  87. V:
  88. CD\SIERRA
  89. CALL TORDEMO.BAT 
  90. pause
  91. goto end
  92.  
  93. :dos19
  94. U:
  95. CD\SIERRA
  96. CALL TORDEMO.BAT 
  97. pause
  98. goto end
  99.  
  100. :dos18
  101. T:
  102. CD\SIERRA
  103. CALL TORDEMO.BAT 
  104. pause
  105. goto end
  106.  
  107. :dos17
  108. S:
  109. CD\SIERRA
  110. CALL TORDEMO.BAT 
  111. pause
  112. goto end
  113.  
  114. :dos16
  115. R:
  116. CD\SIERRA
  117. CALL TORDEMO.BAT 
  118. pause
  119. goto end
  120.  
  121. :dos15
  122. Q:
  123. CD\SIERRA
  124. CALL TORDEMO.BAT 
  125. pause
  126. goto end
  127.  
  128. :dos14
  129. P:
  130. CD\SIERRA
  131. CALL TORDEMO.BAT 
  132. pause
  133. goto end
  134.  
  135. :dos13
  136. O:
  137. CD\SIERRA
  138. CALL TORDEMO.BAT 
  139. pause
  140. goto end
  141.  
  142. :dos12
  143. N:
  144. CD\SIERRA
  145. CALL TORDEMO.BAT 
  146. pause
  147. goto end
  148.  
  149. :dos11
  150. M:
  151. CD\SIERRA
  152. CALL TORDEMO.BAT 
  153. pause
  154. goto end
  155.  
  156. :dos10
  157. L:
  158. CD\SIERRA
  159. CALL TORDEMO.BAT 
  160. pause
  161. goto end
  162.  
  163. :dos9
  164. K:
  165. CD\SIERRA
  166. CALL TORDEMO.BAT 
  167. pause
  168. goto end
  169.  
  170. :dos8
  171. J:
  172. CD\SIERRA
  173. CALL TORDEMO.BAT 
  174. pause
  175. goto end
  176.  
  177. :dos7
  178. I:
  179. CD\SIERRA
  180. CALL TORDEMO.BAT 
  181. pause
  182. goto end
  183.  
  184. :dos6
  185. H:
  186. CD\SIERRA
  187. CALL TORDEMO.BAT 
  188. pause
  189. goto end
  190.  
  191. :dos5
  192. G:
  193. CD\SIERRA
  194. CALL TORDEMO.BAT 
  195. pause
  196. goto end
  197.  
  198. :dos4
  199. F:
  200. CD\SIERRA
  201. CALL TORDEMO.BAT 
  202. pause
  203. goto end
  204.  
  205. :dos3
  206. E:
  207. CD\SIERRA
  208. CALL TORDEMO.BAT 
  209. pause
  210. goto end
  211.  
  212. :dos2
  213. D:
  214. CD\SIERRA
  215. CALL TORDEMO.BAT 
  216. pause
  217. goto end
  218.  
  219. :dos1
  220. C:
  221. CD\SIERRA
  222. CALL TORDEMO.BAT 
  223. pause
  224. goto end
  225.  
  226. :m1
  227. cls
  228. echo.
  229. echo    ╔═══════════════════════════════════════════════════════╗
  230. echo    ║  If you've install TORIN'S PASSAGE to a directory     ║
  231. echo    ║  other than the \SIERRA\TORDEMO default, go to that   ║
  232. echo    ║  directory and type TORDEMO.                          ║
  233. echo    ╚═══════════════════════════════════════════════════════╝
  234. pause
  235. goto end
  236.  
  237.  
  238. :end
  239.