; BINKLEY.EVT => BinkleyTerm/ST Events File! ; ; by.... ; ; *** ** Erik Williams ; ** *** SunFox Productions, Ltd. ; *** ** University of Central Florida, Orlando ; ** *** REALITY.SYS corrupted! Restart universe (Y/N)? ; ; ; This events file is for use with BinkleyTerm/ST versions ; 3.00 and greater. ; ; I'll be explaining the methodology behind the events rather ; than the syntax involved...syntax is convered in BT_REF.ASC. ; ; ; ---------------------------------------------------------------------------- ; Event scheduling options are covered in the Reference Guide section titled ; "Scheduling Events." This sample event file is currently a valid one for ; the Mountain time zone. You can use it as a starting point to build your ; own event schedule. Please note that this event schedule is designed for ; use with the Version 6 nodelist (or equivalent). It will not function ; properly when used with a Version 5 (Opus 1.0x or Fido 11w) nodelist. In ; addition, it should be noted that it is NOT compatible with the new ; 'AfterMail' configuration file option. Refer to the documentation for ; detailed information. ; ; NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! NOTE! ; ; THIS DEFAULT FILE SHOULD NOT BE USED. IT IS PROVIDED AS AN EXAMPLE ONLY! ; PLEASE READ THE REFERENCE GUIDE SECTION "SCHEDULING EVENTS" THOROUGHLY AND ; EDIT THE FILE AS NEEDED BEFORE USING IT! ; ; Examples of extended event scheduling using specific months and/or days ; of the month are shown in the Reference Guide section under "Scheduling ; Events." ; ---------------------------------------------------------------------------- ; ; ; Event 1 shells out to my DAILY1.BAT which cleans up the log directory ; and then runs the mailer tossing batch file (IOSMAILR.BAT will create ; a poll file for 51:1/0). ; ; Event All 00:00 00:01 L=0 B E1=42 E2=40 E3=40 ; Do midnight DAILY run! ; ; ; Event 2 allows BBS operation up to 3:00a Eastern time. ; ; Event All 00:02 02:59 L=0 B E1=10 E2=40 E3=40 ; BBS up for Night Owls! ; ; ; Event 3 is for Zone Mailing Hour (actually, it is a bit longer, but ; that allows me to be a little lazy and not change this event twice a ; year!). It will send any mail at this point in time, including mail ; that is not to my local hubs (i.e. crashmail to a long-distance node!). ; ; Event All 03:00 05:59 M L=75 N E1=10 E2=40 E3=40 ; ZMH ; ; ; Event 4 shells out to the mail tosser batch file to clean up anything ; that may be out there (it will also create a poll file for 51:1/0). ; ; Event All 06:00 06:01 L=0 B E1=40 E2=40 E3=40 ; Do daybreak run! ; ; ; Event 5 is another mailing event...for all intents and purposes, my ; mailing lasts from 3:00a to 8:00a Eastern time. ; ; Event All 06:02 07:59 M L=0 N E1=10 E2=40 E3=40 ; Do the mailing! ; ; ; Event 6 allows users in during the morning! ; ; Event All 08:00 11:59 L=0 B E1=10 E2=40 E3=40 ; BBS up for Normal People! ; ; ; Event 7 runs IOSMAILR.BAT to clean up and toss any mail still left, ; and this will create a poll file for 51:1/0 (this is my third poll of ; Bill during the day...this will get almost everything for the day!). ; ; Event All 12:00 12:01 L=0 B E1=40 E2=40 E3=40 ; Do noon run! ; ; ; Event 8 allows BBS operation for the rest of the day. ; ; Event All 12:02 23:59 L=0 B E1=10 E2=40 E3=40 ; BBS up for Normal People!