home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Review 46 / PCR_0895.BIN / go.bat < prev    next >
DOS Batch File  |  1995-06-23  |  2KB  |  148 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 17 goto 17
  11. if errorlevel 16 goto 16
  12. if errorlevel 15 goto 15
  13. if errorlevel 14 goto 14
  14. if errorlevel 13 goto 13
  15. if errorlevel 12 goto 12
  16. if errorlevel 11 goto 11
  17. if errorlevel 10 goto 10
  18. if errorlevel 9 goto 9
  19. if errorlevel 8 goto 8
  20. if errorlevel 7 goto 7
  21. if errorlevel 6 goto 6
  22. if errorlevel 5 goto 5
  23. if errorlevel 4 goto 4
  24. if errorlevel 3 goto 3
  25. if errorlevel 2 goto 2
  26. if errorlevel 1 goto 1
  27. goto exit
  28. :17
  29. rem The Perfect General II
  30. cd \perfgen
  31. install
  32. echo Type TPG2DEMO to begin
  33. goto exit
  34. :16
  35. rem Cheet Sheet
  36. cd \cheet
  37. install
  38. echo Type CHEET to begin
  39. goto exit
  40. :15
  41. rem PowerHouse
  42. cd \power
  43. win setup.exe
  44. cd \
  45. goto exit
  46. :14
  47. rem Teenagent
  48. cd \teenagen
  49. go_small
  50. soundset
  51. echo 
  52. echo Type TEENAGNT to begin
  53. goto exit
  54. :13
  55. rem Space Quest VI
  56. cd \sq6
  57. install
  58. echo Type SQ6DEMO to begin
  59. goto exit
  60. :12
  61. rem Le Louvre
  62. cd \louvre
  63. win start.exe
  64. cd \
  65. goto exit
  66. :11
  67. rem Framed
  68. md c:\pcr
  69. md c:\pcr\framed
  70. pkunzip framed c:\pcr\framed
  71. c:
  72. cd \pcr\framed
  73. cls
  74. echo Type FRAMED to begin
  75. goto exit
  76. :10
  77. rem GST Designworks
  78. cd \desworks
  79. win install.exe
  80. cd \
  81. goto exit
  82. :9
  83. rem Prototype
  84. md c:\pcr
  85. md c:\pcr\prottype
  86. pkunzip prottype c:\pcr\prottype
  87. c:
  88. cd \pcr\prottype
  89. cls
  90. echo Type DEMO to begin
  91. goto exit
  92. :8
  93. rem Primal Rage Interview
  94. cd \primal
  95. win primal.exe
  96. cd \
  97. goto exit
  98. :7
  99. rem Micro Machines 2
  100. cd \mm2
  101. mm2
  102. cd \
  103. goto exit
  104. :6
  105. rem Rebel Assault II
  106. md c:\pcr
  107. md c:\pcr\rebel2
  108. pkunzip rebel2 c:\pcr\rebel2
  109. c:
  110. cd \pcr\rebel2
  111. imuse
  112. echo Type RBL2DEMO to begin
  113. goto exit
  114. :5
  115. rem Lemmings 3D
  116. cd \l3d
  117. setup
  118. l3d
  119. cd \
  120. goto exit
  121. :4
  122. rem Hi-Octane
  123. cd \hioctane
  124. echo Loading Intro...
  125. exec\intro.exe
  126. echo Loading Game....
  127. exec\hioctane.exe -n
  128. cd \
  129. goto exit
  130. :3
  131. rem Dr Drago's Madcap Chase
  132. cd \rally
  133. win install.exe
  134. cd \
  135. goto exit
  136. :2
  137. rem Buried In Time
  138. cd \
  139. win bitsetup.exe
  140. goto exit
  141. :1
  142. rem The Brutal Challenge
  143. cd \brutal
  144. install
  145. goto exit
  146. :exit
  147.  
  148.