;------------------------------------------------------------------------ ; All of the following event definitions were given as examples in the ; Sputter documentation file SPUTTER.DOC ;------------------------------------------------------------------------ ; Replace the normal speaker BEEP with something more pleasant b chick.ani ;chicks peeping ; Whenever Qedit is started - play "Now don't make any more mistakes!" p q.exe mistaks ; Whenever LIST is started - play Bugs Bunny "What's up Doc?" p list.com doc ; When any file is opened for read access - play Curly "Certainly!" fo * certnly ; When any program attempts to open CONFIG.SYS for write access fc config.sys heynot ;Curly "Hey not that!" ; When any programs renames AUTOEXEC.BAT - play Bugs Bunny fd autoexec.bat meaning ;"Whats the meaning of this?" ; When any file is deleted - play Yosemite Sam yelling "AHHHHhhhhhh" fd * ahh ; When any program terminates - play Bugs Bunny saying "That's that!" i 21 4c ff thats ; When the file attributes MYFILE are changed - play Curly ia 21 43 01 myfile certnly ;"Certainly!" ; When a sequential write to MYFILE occurs - play Curly if 21 15 ff myfile heynot ;"Hey not that!" ; When a format track is executed for any drive - play Lost in Space Robot id 13 05 ff ff warning ;"Warning, Warning" ; A bunch of miscellaneous timer event examples ;t 07-11-90 00:00 00-00-00 00:01 0 wow ;every min for 1 day ;t 07-11-90 12:00 00-01-00 00:00 2 wow ;at noon for 2 days ;t 07-00-00 12:00 00-01-00 00:00 0 wow ;at noon every day in July ;t 00-11-00 12:00 01-00-00 00:00 0 wow ;at noon every 11th ;t 07-00-90 00:00 00-00-00 01:00 0 wow ;every hour in July ;t 00-11-00 00:00 00-00-00 01:00 0 wow ;every hour on every 11th ;t 00-00-00 00:15 00-00-00 01:00 0 sheesh ;15 past the hour ;t 00-00-00 00:00 00-00-00 00:30 0 youagain ;every half hour ;t 00-00-00 00:45 00-00-00 01:00 0 yeah ;45 past the hour ;t 00-00-00 12:00 00-00-00 00:00 1 #c cantina ;t 00-00-00 17:00 00-00-00 00:00 1 #r athens ;t 00-00-00 00:00 00-00-00 00:00 1 bed1 ;midnight ;t 00-00-00 00:15 00-00-00 00:15 8 bed2 ;midnight+ ;t 00-00-00 02:00 00-00-00 00:01 15 timeup ;Sorry, Time's up!