home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Review 46 / PCR_0895.BIN / go2.bat < prev    next >
DOS Batch File  |  1995-06-23  |  2KB  |  141 lines

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