home *** CD-ROM | disk | FTP | other *** search
/ Multimedia & CD-ROM 1 / mmcd01-apr1995-cd.iso / gamedemo.bat < prev    next >
DOS Batch File  |  1995-03-15  |  2KB  |  143 lines

  1. :01
  2. @echo off
  3. cls
  4. echo.
  5. echo MultiMedia & CD-ROM disk #1
  6. echo DOS Demos Execution Batch File
  7. echo.
  8. echo 1. US Navy Fighters
  9. echo 2. Cyberia
  10. echo 3. Cyclemania
  11. echo 4. Magic Carpet
  12. echo 5. Premier Manager 3
  13. echo 6. Cannon Fodder 2
  14. echo.
  15. echo 9. exit
  16.  
  17.  
  18.  
  19. echo.
  20.  
  21. choice /n /c:1234569 choose the number of your choice 
  22. echo.
  23. echo.
  24. cls
  25. rem echo executing file...
  26. if errorlevel 7 goto end
  27. if errorlevel 6 goto 6
  28. if errorlevel 5 goto 5
  29. if errorlevel 4 goto 4
  30. if errorlevel 3 goto 3
  31. if errorlevel 2 goto 2
  32. if errorlevel 1 goto 1
  33.  
  34. :1
  35. @echo installing US Navy Fighters Demo... 
  36. cd \demos_of\games\usnf
  37. call \demos_of\games\usnf\install.bat
  38. goto end
  39.  
  40. :2
  41. @echo installing Cyberia Demo...
  42. cd \demos_of\games\cyberia
  43. call \demos_of\games\cyberia\install.bat
  44. goto end
  45.  
  46. :3
  47. cls
  48. echo.
  49. echo MultiMedia & CD-ROM disk #1
  50. echo.
  51. echo --CYCLEMANIA--
  52. echo.
  53. echo.
  54. echo 1. Install Demo to your HDD
  55. echo 2. Execute Demo from CD-ROM
  56. echo.
  57. echo 9. Return
  58. echo.
  59. choice /n /c:129 choose the number of your choice 
  60.  
  61. cls
  62. echo.
  63. echo MultiMedia & CD-ROM disk #1
  64. echo.
  65. echo --CYCLEMANIA--
  66. echo.
  67. echo.
  68.  
  69. if errorlevel 3 goto 01
  70. if errorlevel 2 goto 32
  71. if errorlevel 1 goto 31
  72.  
  73. :4
  74. @echo installing Magic Carpet Demo... 
  75. cd \demos_of\games\carpet
  76. call \demos_of\games\carpet\carpet.exe
  77. goto end
  78.  
  79. :5
  80. @echo installing Premier Manager 3 Demo...
  81. cd \demos_of\games\pm3
  82. call \demos_of\games\pm3\install.exe
  83. goto end
  84.  
  85. :6
  86. cls
  87. echo.
  88. echo MultiMedia & CD-ROM disk #1
  89. echo.
  90. echo --CANNON FODDER 2--
  91. echo.
  92. echo.
  93. echo 1. Install Demo to drive C: (1.2MB)
  94. echo 2. Execute Demo from CD-ROM
  95. echo.
  96. echo 9. Return
  97. echo.
  98. choice /n /c:129 choose the number of your choice 
  99.  
  100. cls
  101. echo.
  102. echo MultiMedia & CD-ROM disk #1
  103. echo.
  104. echo --CANNON FODDER 2--
  105. echo.
  106. echo.
  107.  
  108. if errorlevel 3 goto 01
  109. if errorlevel 2 goto 62
  110. if errorlevel 1 goto 61
  111.  
  112. :31
  113. @echo Installing Demo...
  114. cd \demos_of\games\cycle
  115. call \demos_of\games\cycle\install.bat
  116. goto end
  117.  
  118. :32
  119. @echo Loading Demo...
  120. cd \demos_of\games\cycle
  121. call \demos_of\games\cycle\cycle.bat
  122. goto end
  123.  
  124. :61
  125. @echo Installing Demo...
  126. md c:\cannon2
  127. copy \demos_of\games\cf2\*.* c:\cannon2
  128. c:
  129. cd\cannon2
  130. install
  131. goto end
  132.  
  133. :62
  134. @echo Loading Demo...
  135. cd \demos_of\games\cf2
  136. call \demos_of\games\cf2\cannon.exe
  137. goto end
  138.  
  139.  
  140.  
  141. :end
  142. echo exitting...
  143.