home *** CD-ROM | disk | FTP | other *** search
/ Multimedia & CD-ROM 4 / mmcd04-julaug1995-cd.iso / mmgame.bat < prev    next >
DOS Batch File  |  1995-06-15  |  1KB  |  77 lines

  1. :01
  2. @echo off
  3. cls
  4. echo.
  5. echo MultiMedia & CD-ROM disk #4
  6. echo DOS Demos Execution Batch File
  7. echo.
  8. echo 1. Lost Eden
  9. echo 2. Jungle Strike
  10. echo 3. Super Karts
  11. echo 4. SlipStream 5000
  12. echo 5. Startrek Next Generation
  13. echo 6. Space Quest 6 (Windows, Rolling)
  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 Lost Eden Demo... 
  34. cd \demos_of\games\eden
  35. \demos_of\games\eden\eden.exe
  36. goto end
  37.  
  38. :2
  39. @echo executing Jungle Strike Demo...
  40. cd \demos_of\games\jungle
  41. \demos_of\games\jungle\jungle.exe
  42. goto end
  43.  
  44. :3
  45. @echo executing Super Karts Demo...
  46. cd \demos_of\games\karts
  47. call \demos_of\games\karts\kart.exe
  48. goto end
  49.  
  50. :4
  51. @echo installing SlipStream 5000...
  52. cd \demos_of\games\slip5000
  53. call \demos_of\games\slip5000\install.exe
  54. goto end
  55.  
  56. :5
  57. @echo installing Startrek Next Generation Demo... 
  58. echo.
  59. echo.
  60. cd \demos_of\games\startrek
  61. \demos_of\games\startrek\instmm.exe
  62. echo.
  63. goto end
  64.  
  65. :6
  66. @echo installing Space Quest 6... 
  67. cd \demos_of\games\sq6
  68. win \demos_of\games\sq6\setup.exe
  69. goto end
  70.  
  71.  
  72. :end
  73. echo.
  74. echo MultiMedia & CD-ROM Disk #4
  75. echo exitting...
  76. echo.
  77. echo.