home *** CD-ROM | disk | FTP | other *** search
/ Hot Stuff 2 / hot_stuff_2.zip / hot_stuff_2 / DEMOS / FLIX / RUNME.BAT < prev    next >
DOS Batch File  |  1992-11-04  |  1KB  |  59 lines

  1. @echo off
  2. echo off
  3. :menustart
  4. cls
  5. echo:
  6. echo ********** Hot Flix Menu ***********
  7. echo: 
  8. echo [A] Twilight Zone
  9. echo [B] Animated Words Educational Demo 
  10. echo [C] Tom's fantastic FLI files    
  11. echo [D] Fantastic 640x480x256 zoom into a human brain
  12. echo [E] Info about Hot Flix
  13. echo:
  14. echo [Q] Return to dos.
  15. echo:
  16. \programs\what c "Select your choice [A..E,q] -> " abcdeq
  17. echo:
  18. if %what%==A goto a
  19. if %what%==B goto b
  20. if %what%==C goto c
  21. if %what%==D goto d
  22. if %what%==E goto e
  23. goto exittodos
  24. :a
  25. tzone
  26. goto menustart
  27. :b
  28. echo off
  29. cls
  30. echo Editors Note
  31. echo ------------
  32. echo Tom's Animated Words demo has been configured to play its sound through
  33. echo the PC speaker.  If you want to reconfigure the sound to play from a 
  34. echo Sound Blaster, you will have to copy the file \DEMOS\FLIX\AWORDS.ZIP
  35. echo to your hard disk and run it from there.  This is because Tom's demo
  36. echo writes its configuration information back to the disk. 
  37. pause
  38. awords
  39. goto menustart
  40. :c
  41. \programs\aaplay hotflix.aa
  42. goto menustart
  43. :d
  44. echo off
  45. cls
  46. echo Please be patient while this large FLC file loads into memory 
  47. pause
  48. \programs\play bzoom640.flc
  49. pause
  50. goto menustart
  51. :e
  52. type readme | more
  53. pause 
  54. goto menustart
  55.  
  56. :exittodos
  57. set what=
  58. cls
  59.