home *** CD-ROM | disk | FTP | other *** search
/ Die Multimedia Power-CD / MULTIMEDIA.bin / sndplay / sputter / sputmon.def < prev    next >
Text File  |  1991-01-29  |  3KB  |  57 lines

  1. ;------------------------------------------------------------------------
  2. ; All of the following event definitions were given as examples in the
  3. ; Sputter documentation file SPUTTER.DOC
  4. ;------------------------------------------------------------------------
  5.  
  6. ; Replace the normal speaker BEEP with something more pleasant
  7. b                       chick.ani               ;chicks peeping
  8.  
  9. ; Whenever Qedit is started - play "Now don't make any more mistakes!"
  10. p       q.exe           mistaks.v8
  11.  
  12. ; Whenever LIST is started - play Bugs Bunny "What's up Doc?"
  13. p       list.com        doc.tun
  14.  
  15. ; When any file is opened for read access - play Curly "Certainly!"
  16. fo      *               certnly.v8
  17.  
  18. ; When any program attempts to open CONFIG.SYS for write access
  19. fc      config.sys      heynot.v8               ;Curly "Hey not that!"
  20.  
  21. ; When any programs renames AUTOEXEC.BAT - play Bugs Bunny
  22. fd      autoexec.bat    meaning.tun             ;"Whats the meaning of this?"
  23.  
  24. ; When any file is deleted - play Yosemite Sam yelling "AHHHHhhhhhh"
  25. fd      *               ahh.tun
  26.  
  27. ; When any program terminates - play Bugs Bunny saying "That's that!"
  28. i 21 4c ff              thats.tun
  29.  
  30. ; When the file attributes MYFILE are changed - play Curly
  31. ia 21 43 01 myfile      certnly.v8              ;"Certainly!"
  32.  
  33. ; When a sequential write to MYFILE occurs - play Curly
  34. if 21 15 ff myfile      heynot.v8               ;"Hey not that!"
  35.  
  36. ; When a format track is executed for any drive - play Lost in Space Robot
  37. id 13 05 ff ff          warning.v8              ;"Warning, Warning"
  38.  
  39. ; A bunch of miscellaneous timer event examples
  40. ;t 07-11-90 00:00 00-00-00 00:01 0 wow.tun       ;every min for 1 day
  41. ;t 07-11-90 12:00 00-01-00 00:00 2 wow.tun       ;at noon for 2 days
  42. ;t 07-00-00 12:00 00-01-00 00:00 0 wow.tun       ;at noon every day in July
  43. ;t 00-11-00 12:00 01-00-00 00:00 0 wow.tun       ;at noon every 11th
  44. ;t 07-00-90 00:00 00-00-00 01:00 0 wow.tun       ;every hour in July
  45. ;t 00-11-00 00:00 00-00-00 01:00 0 wow.tun       ;every hour on every 11th
  46. ;t 00-00-00 00:15 00-00-00 01:00 0 sheesh.tun    ;15 past the hour
  47. ;t 00-00-00 00:00 00-00-00 00:30 0 youagain.tun  ;every half hour
  48. ;t 00-00-00 00:45 00-00-00 01:00 0 yeah.tun      ;45 past the hour
  49. ;t 00-00-00 00:00 00-00-00 01:00 0 #t -p lpt1 -c ;every hour
  50. ;t 00-00-00 12:00 00-00-00 00:00 1 #c rol f:\rol\cantina.rol
  51. ;t 00-00-00 17:00 00-00-00 00:00 1 #r f:\rol\axel-f.rol
  52. ;t 00-00-00 00:00 00-00-00 00:00 1 bed1.snd      ;midnight
  53. ;t 00-00-00 00:15 00-00-00 00:15 8  bed2.snd     ;midnight+
  54. ;t 00-00-00 02:00 00-00-00 00:01 15 timeup.snd   ;Sorry, Time's up!
  55.  
  56.  
  57.