home *** CD-ROM | disk | FTP | other *** search
/ Multimedia & CD-ROM 2 / mmcd02-may1995-cd.iso / mmgame.bat < prev    next >
DOS Batch File  |  1980-01-04  |  2KB  |  101 lines

  1. :01
  2. @echo off
  3. cls
  4. echo.
  5. echo MultiMedia & CD-ROM disk #2
  6. echo DOS Demos Execution Batch File
  7. echo.
  8. echo 1. Full Throttle & Dark Forces
  9. echo 2. Alone In The Dark III
  10. echo 3. Motral Kombat II
  11. echo 4. Descent
  12. echo 5. Heretic
  13. echo.
  14. echo 9. exit
  15.  
  16.  
  17.  
  18. echo.
  19.  
  20. choice /n /c:123459 choose the number of your choice 
  21. echo.
  22. echo.
  23. cls
  24. rem echo executing file...
  25. if errorlevel 6 goto end
  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 Full Throttle & Dark Forces Demo... 
  34. cd \lucasart
  35. demo.exe
  36. goto end
  37.  
  38. :2
  39. @echo installing Alone In The Dark III Demo...
  40. cd \
  41. install.exe
  42. goto end
  43.  
  44. :3
  45. cls
  46. echo.
  47. echo MultiMedia & CD-ROM disk #1
  48. echo.
  49. echo --Mortal Kombat II--
  50. echo.
  51. echo.
  52. echo 1. Install Demo to your HDD
  53. echo 2. Execute Demo from CD-ROM
  54. echo.
  55. echo 9. Return
  56. echo.
  57. choice /n /c:129 choose the number of your choice 
  58.  
  59. cls
  60. echo.
  61. echo MultiMedia & CD-ROM disk #1
  62. echo.
  63. echo --Mortal Kombat II--
  64. echo.
  65. echo.
  66.  
  67. if errorlevel 3 goto 01
  68. if errorlevel 2 goto 32
  69. if errorlevel 1 goto 31
  70.  
  71. :4
  72. @echo installing Descent Demo... 
  73. cd \demos_of\games\descent
  74. install.exe
  75. goto end
  76.  
  77. :5
  78. @echo installing Heretic Demo...
  79. cd \demos_of\games\heretic
  80. call install.bat
  81. goto end
  82.  
  83.  
  84. :31
  85. @echo Installing Demo...
  86. cd \demos_of\games\mk2
  87. install.exe
  88. goto end
  89.  
  90. :32
  91. @echo Loading Demo...
  92. cd \demos_of\games\mk2
  93. mkii.exe
  94. goto end
  95.  
  96.  
  97.  
  98. :end
  99. echo.
  100. echo exitting...
  101.