home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Review 47 / PCR_0995.bin / go.bat < prev    next >
DOS Batch File  |  1995-07-20  |  3KB  |  171 lines

  1. @echo off
  2. chckvesa
  3. if errorlevel 1 goto novesa
  4. pcranim /L1 /S1
  5. pcrmenu %1
  6. goto checkkey
  7. :novesa
  8. pcrmenu t
  9. :checkkey
  10. if errorlevel 18 goto 18
  11. if errorlevel 17 goto 17
  12. if errorlevel 16 goto 16
  13. if errorlevel 15 goto 15
  14. if errorlevel 14 goto 14
  15. if errorlevel 13 goto 13
  16. if errorlevel 12 goto 12
  17. if errorlevel 11 goto 11
  18. if errorlevel 10 goto 10
  19. if errorlevel 9 goto 9
  20. if errorlevel 8 goto 8
  21. if errorlevel 7 goto 7
  22. if errorlevel 6 goto 6
  23. if errorlevel 5 goto 5
  24. if errorlevel 4 goto 4
  25. if errorlevel 3 goto 3
  26. if errorlevel 2 goto 2
  27. if errorlevel 1 goto 1
  28. goto exit
  29. :18
  30. rem Lords Of Midnight
  31. md c:\pcr
  32. md c:\pcr\lom
  33. pkunzip \lom\lom.zip c:\pcr\lom
  34. c:
  35. cd \pcr\lom
  36. cls
  37. echo Type MIDNIGHT to load Lords Of Midnight
  38. echo Type REVENGE to load Doomdark's Revenge
  39. goto exit
  40. :17
  41. rem Dark Forces Level Editor
  42. md c:\pcr
  43. md c:\pcr\dfedit
  44. pkunzip -d \dfedit\dfedit.zip c:\pcr\dfedit
  45. c:
  46. cd \pcr\dfedit
  47. cls
  48. echo Type DFUSE to load Dark Forces Level Editor
  49. goto exit
  50. :16
  51. rem Rise Of The Triad Level Editor
  52. md c:\pcr
  53. md c:\pcr\rotted
  54. pkunzip -d \rotted\rotted.zip c:\pcr\rotted
  55. c:
  56. cd \pcr\rotted
  57. cls
  58. echo Type WIN ROTTED to load Rise Of The Triad Level Editor
  59. goto exit
  60. :15
  61. rem The Retros
  62. cd \retros
  63. win \retros\retros.exe
  64. cd \
  65. goto exit
  66. :14
  67. rem MoneyBox
  68. cd \moneybox
  69. \moneybox\install.exe
  70. cd \
  71. goto exit
  72. :13
  73. rem ZX Spectrum Emulator
  74. md c:\pcr
  75. md c:\pcr\speccy
  76. pkunzip \speccy\speccyem.zip c:\pcr\speccy
  77. c:
  78. cd \pcr\speccy
  79. cls
  80. echo To start the Spectrum Emulator type :
  81. echo.
  82. echo JPP      if you have a slow machine or
  83. echo JPP-486  if you have a fast 486 or Pentium
  84. echo.
  85. goto exit
  86. :12
  87. rem Battle Beast Interactive Demo
  88. cd \bbinterc
  89. win \bbinterc\setup.exe
  90. cd \
  91. goto exit
  92. :11
  93. rem Battle Beast Rolling Demo
  94. cd \bbnonint
  95. win \bbnonint\setup.exe
  96. cd \
  97. goto exit
  98. :10
  99. rem Animator Studio
  100. cd \
  101. win \setup.exe
  102. cd \
  103. goto exit
  104. :9
  105. md c:\pcr
  106. md c:\pcr\apache
  107. pkunzip -d \apache\apache c:\pcr\apache
  108. c:
  109. cd \pcr\apache
  110. cls
  111. echo Type APACHE to Load Apache 95 demo
  112. goto exit
  113. :8
  114. md c:\f2b
  115. pkunzip -d \f2bdemo\f2b c:\f2b
  116. c:
  117. cd \f2b
  118. cls
  119. echo Type F2B to load Fade To Black demo
  120. setsound
  121. goto exit
  122. :7
  123. rem The Making Of Phantasmagoria
  124. cd \phdemo
  125. win \phdemo\setup.exe
  126. cd \
  127. goto exit
  128. :6
  129. rem Actua Soccer
  130. cd \actuasoc
  131. \actuasoc\install.exe
  132. goto exit
  133. :5
  134. rem FX Fighter
  135. md c:\pcr
  136. md c:\pcr\fxdemo
  137. xcopy \fxfdemo\*.* c:\pcr\fxdemo /s
  138. c:
  139. cd \pcr\fxdemo
  140. c:\pcr\fxdemo\setup.exe
  141. goto exit
  142. :4
  143. rem Air Power
  144. cd \airpower
  145. \airpower\install.exe -d c:\pcr\airpower
  146. cd \
  147. c:
  148. cd \pcr\airpower
  149. c:\pcr\airpower\svgavesa
  150. cls
  151. echo Type AIRPOWER to load Air Power Demo
  152. goto exit
  153. :3
  154. rem Ascend 4.0
  155. cd \ascend
  156. win \ascend\setup.exe
  157. cd \
  158. goto exit
  159. :2
  160. rem Simon The Sorcerer II
  161. cd \simon2
  162. \simon2\install.exe
  163. goto exit
  164. :1
  165. rem Fatal Racing
  166. cd \fatalrcn
  167. \fatalrcn\install.exe
  168. goto exit
  169. :exit
  170.  
  171.