home *** CD-ROM | disk | FTP | other *** search
/ Hot Stuff 2 / hot_stuff_2.zip / hot_stuff_2 / DEMOS / SHADDOCK / RUNME.BAT
DOS Batch File  |  1992-11-04  |  894b  |  51 lines

  1. @echo off
  2. echo off
  3. :menustart
  4. cls
  5. echo:
  6. echo ****************** Phil Shaddock Menu ********************
  7. echo: 
  8. echo Editors note:
  9. echo The demos corresponding to menu options 1 & 3 have been configured
  10. echo to provide sound with a Sound Blaster.  If you have another sound
  11. echo device, you will have to copy the files to your hard disk and run
  12. echo the INSTALL.BAT file.
  13. echo: 
  14. echo [1] Cover ad
  15. echo [2] John Fluke demo
  16. echo [3] Multimedia Creations demo
  17. echo:
  18. echo [Q] Return to dos.
  19. echo:
  20. echo:
  21. \programs\what c "Please choose [1-3,q] -> " 123q
  22. echo:
  23. if %what%==1 goto d1
  24. if %what%==2 goto d2
  25. if %what%==3 goto d3
  26. goto exittodos
  27. :d1
  28. cd coverad 
  29. playd -dsbf -l 
  30. cover
  31. playd -r
  32. cd ..
  33. goto menustart
  34.  
  35. :d2
  36. cd fluke
  37. demofluk
  38. cd ..
  39. goto menustart
  40.  
  41. :d3
  42. cd multidem
  43. playd -dsbf -l 
  44. creation
  45. playd -r
  46. :exit
  47. cd ..
  48. goto menustart
  49. :exittodos
  50. set what=
  51.