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

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