home *** CD-ROM | disk | FTP | other *** search
/ Mega A/V / mega_av.zip / mega_av / SOUNDUTL / SPUT115.ZIP / SPUTMON.DEF < prev    next >
Text File  |  1991-03-03  |  3KB  |  56 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
  11.  
  12. ; Whenever LIST is started - play Bugs Bunny "What's up Doc?"
  13. p       list.com        doc
  14.  
  15. ; When any file is opened for read access - play Curly "Certainly!"
  16. fo      *               certnly
  17.  
  18. ; When any program attempts to open CONFIG.SYS for write access
  19. fc      config.sys      heynot                  ;Curly "Hey not that!"
  20.  
  21. ; When any programs renames AUTOEXEC.BAT - play Bugs Bunny
  22. fd      autoexec.bat    meaning                 ;"Whats the meaning of this?"
  23.  
  24. ; When any file is deleted - play Yosemite Sam yelling "AHHHHhhhhhh"
  25. fd      *               ahh    
  26.  
  27. ; When any program terminates - play Bugs Bunny saying "That's that!"
  28. i 21 4c ff              thats    
  29.  
  30. ; When the file attributes MYFILE are changed - play Curly
  31. ia 21 43 01 myfile      certnly                 ;"Certainly!"
  32.  
  33. ; When a sequential write to MYFILE occurs - play Curly
  34. if 21 15 ff myfile      heynot                  ;"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                 ;"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           ;every min for 1 day
  41. ;t 07-11-90 12:00 00-01-00 00:00 2 wow           ;at noon for 2 days
  42. ;t 07-00-00 12:00 00-01-00 00:00 0 wow           ;at noon every day in July
  43. ;t 00-11-00 12:00 01-00-00 00:00 0 wow           ;at noon every 11th
  44. ;t 07-00-90 00:00 00-00-00 01:00 0 wow           ;every hour in July
  45. ;t 00-11-00 00:00 00-00-00 01:00 0 wow           ;every hour on every 11th
  46. ;t 00-00-00 00:15 00-00-00 01:00 0 sheesh        ;15 past the hour
  47. ;t 00-00-00 00:00 00-00-00 00:30 0 youagain      ;every half hour
  48. ;t 00-00-00 00:45 00-00-00 01:00 0 yeah          ;45 past the hour
  49. ;t 00-00-00 12:00 00-00-00 00:00 1 #c cantina
  50. ;t 00-00-00 17:00 00-00-00 00:00 1 #r athens
  51. ;t 00-00-00 00:00 00-00-00 00:00 1 bed1          ;midnight
  52. ;t 00-00-00 00:15 00-00-00 00:15 8  bed2         ;midnight+
  53. ;t 00-00-00 02:00 00-00-00 00:01 15 timeup       ;Sorry, Time's up!
  54.  
  55.  
  56.