home *** CD-ROM | disk | FTP | other *** search
/ Hot Stuff 2 / hot_stuff_2.zip / hot_stuff_2 / DEMOS / SHADDOCK / MULTIDEM / DEMO.BAT < prev    next >
DOS Batch File  |  1992-11-04  |  713b  |  55 lines

  1. rem DEMO.BAT This batch file runs the MULTIMEDIA CREATIONS demo.
  2.  
  3. cls
  4. @echo off 
  5. :again
  6. if exist mpu.cfg goto mpu
  7. if exist sbmid.cfg goto sbmid
  8. if exist sbfm.cfg goto sbfm
  9. if exist adlfm.cfg goto adlfm
  10. if exist midi.cfg goto midi
  11. if exist mfc.cfg goto mfc
  12. if exist no.cfg goto no
  13. creation
  14. goto again
  15.  
  16. :mpu
  17. playd -dmpu -l %1 %2 %3 %4
  18. creation
  19. goto alldone
  20.  
  21. :sbmid
  22. playd -dsbm -l 
  23. creation
  24. goto alldone
  25.  
  26. :sbfm
  27. playd -dsbf -l 
  28. creation
  29. goto alldone
  30.  
  31. :adlfm 
  32. playd -dadl -l 
  33. creation
  34. goto alldone
  35.  
  36. :midi
  37. playd -dmid -l 
  38. creation
  39. goto alldone
  40.  
  41. :mfc
  42. playd -dmfc -l 
  43. creation
  44. goto alldone
  45.  
  46. :no
  47. playd -dsbf -l
  48. creation
  49. goto alldone
  50.          
  51. :alldone
  52. playd -r
  53.  
  54. :exit
  55.