home *** CD-ROM | disk | FTP | other *** search
/ Die Multimedia Power-CD / MULTIMEDIA.bin / demos_ms / unknown / runme.bat < prev    next >
DOS Batch File  |  1992-11-04  |  922b  |  50 lines

  1. @echo off
  2. echo off
  3. :menustart
  4. cls
  5. echo:
  6. echo **************** Miscellanous Sound Blaster Demos Disk *****************
  7. echo:
  8. echo We don't know the names and addresses of the teams that created these
  9. echo demos.
  10. echo:
  11. echo [1] XCOLOR         demo by a team called XEROX
  12. echo [2] LOADER2        International Network of Crackers / XEROX
  13. echo [3] NEOSOUND       Plays Music on Sound Blaster or Adlib
  14. echo [4] HSCDEMO3       Plays Music on Sound Blaster or Adlib (much larger)
  15. echo:
  16. echo [Q] Return to dos.
  17. echo:
  18. \programs\what c "Select your choice [1..4,q] -> " 1234q
  19. echo:
  20. if %what%==1 goto xc
  21. if %what%==2 goto lo
  22. if %what%==3 goto ne
  23. if %what%==4 goto hs
  24. if %what%==5 goto tb
  25. goto exittodos
  26. :xc
  27. cls
  28. xcolor
  29. goto menustart
  30. :lo
  31. cls
  32. loader2
  33. goto menustart
  34. :ne
  35. cls
  36. neosound
  37. goto menustart
  38. :hs
  39. cls
  40. hscdemo3
  41. goto menustart
  42. :tb
  43. cls
  44. tbs_gear
  45. goto menustart
  46. :exittodos
  47. set what=
  48.  
  49.  
  50.