home *** CD-ROM | disk | FTP | other *** search
/ Multimedia & CD-ROM 3 / mmcd03-jun1995-cd.iso / mmgame.bat < prev    next >
DOS Batch File  |  1995-05-16  |  2KB  |  119 lines

  1. :01
  2. @echo off
  3. cls
  4. echo.
  5. echo MultiMedia & CD-ROM disk #3
  6. echo DOS Demos Execution Batch File
  7. echo.
  8. echo 1. Bioforge
  9. echo 2. USS Ticonderoga
  10. echo 3. Discworld
  11. echo 4. Rise of the Triad
  12. echo 5. X-Com
  13. echo 6. Dungeon Master II
  14. echo.
  15. echo 9. exit
  16.  
  17. echo.
  18.  
  19. choice /n /c:1234569 choose the number of your choice 
  20. echo.
  21. echo.
  22. cls
  23. rem echo executing file...
  24. if errorlevel 7 goto end
  25. if errorlevel 6 goto 6
  26. if errorlevel 5 goto 5
  27. if errorlevel 4 goto 4
  28. if errorlevel 3 goto 3
  29. if errorlevel 2 goto 2
  30. if errorlevel 1 goto 1
  31.  
  32. :1
  33. @echo installing Bioforge Demo... 
  34. cd \demos_of\games\bio
  35. \demos_of\games\bio\install.exe
  36. goto end
  37.  
  38. :2
  39. @echo installing USS Ticonderoga Demo...
  40. cd \tico
  41. \tico\ticodemo.exe
  42. goto end
  43.  
  44. :3
  45. @echo executing Discworld Demo...
  46. cd \demos_of\games\dwdemo
  47. call \demos_of\games\dwdemo\dw.bat
  48. goto end
  49.  
  50. :4
  51. cls
  52. echo.
  53. echo MultiMedia & CD-ROM disk #3
  54. echo.
  55. echo --Rise Of The Triad--
  56. echo.
  57. echo.
  58. echo 1. Install Demo to your HDD
  59. echo 2. Execute Demo from CD-ROM
  60. echo.
  61. echo 9. Return
  62. echo.
  63. choice /n /c:129 choose the number of your choice 
  64.  
  65. cls
  66. echo.
  67. echo MultiMedia & CD-ROM disk #3
  68. echo.
  69. echo --Rise Of The TriadA--
  70. echo.
  71. echo.
  72.  
  73. if errorlevel 3 goto 01
  74. if errorlevel 2 goto 42
  75. if errorlevel 1 goto 41
  76.  
  77. :5
  78. @echo executing X-Com Demo... 
  79. cd \demos_of\games\xcom
  80. \demos_of\games\xcom\tftd.bat
  81. goto end
  82.  
  83. :6
  84. @echo installing Dungeon Master II Demo... 
  85. echo.
  86. echo.
  87. cd \demos_of\games\dm2
  88. md c:\dm2
  89. xcopy *.* c:\dm2 /s
  90. attrib -r c:\dm2\*.* /s
  91. c:
  92. cd\dm2
  93. echo.
  94. echo.
  95. echo Type DM2 to run...
  96. echo.
  97. echo.
  98. goto end
  99.  
  100.  
  101. :41
  102. @echo Installing Demo...
  103. cd \demos_of\games\rott\install
  104. \demos_of\games\rott\install\install.exe
  105. goto end
  106.  
  107. :42
  108. @echo Loading Demo...
  109. cd \demos_of\games\rott
  110. \demos_of\games\rott\rott.exe
  111. goto end
  112.  
  113.  
  114. :end
  115. echo.
  116. echo MultiMedia & CD-ROM Disk#3
  117. echo exitting...
  118. echo.
  119. echo.