home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hall of Fame
/
HallofFameCDROM.cdr
/
rbbs
/
setup6.lzh
/
BINK-DIR.ZIP
/
BINKLEY.EVT
< prev
next >
Wrap
Text File
|
1989-03-11
|
4KB
|
88 lines
; Binkley 2.0 Event Schedule
; Revised 3/15/89
; You can leave the commenting in this file if you like.
;
; Mail maintenance begins at midnight. These correspond to the errorlevels
; setup in the Binkley.Bat file and run the corresponding commands at the
; times stated in this event file.
;
; Event specifies how often the event will be run. ALL means every day.
; You can have weekend only events, WkEnd. Events that run on certain
; days can also be specified (Event Sat- would be Sat only).
;
; All Events must have a Start and Stop time specified in 24 hour format
; such as 15:00 is 3:00PM.
;
; The Special Flags tell Binkley wht it is supposed to do at any particular
; time. An F indicates the Event is FORCED. A B tells Binkley to allow
; a caller to Exit to your BBS. If a B is not there, the message "Mail
; Processing Underway, Call back Later" will be displayed to the user.
; L indicates that an OUTBOUND call can be made. The L> or L< refers to
; the cost of the call in cents/minute. so L>10 would allow calls more than
; $.10 per minute (as in a Long Distance call). An L only would default to
; a Local call for most purposes. An R is RECEIVE ONLY. No OUTBOUND calls
; are allowed to be made at this time. An N is NO FILE REQUESTS. There
; are many others.
;
; ErrorLevels are the Basis of how BinkleyTerm operates so these are MOST
; critical.
; E1 is the errorlevel generated at the start of an event.
; E2 is the errorlevel generated during the event is a MAIL Packet is received.
; E3 is the errorlevel generated during the event is ARCed MAIL is received.
;********************************************************
;* Event Event Time Special Batch Control *
;* Frequency Start Stop Flags ErrorLevels *
;********************************************************
;
; This starts Mail maintenance at midnight. E1=80 runs LOG which will
; copy your current Binkley.log over to another directory and start a
; new one. E1=30 runs InputMail which will look for any incoming mail
; and will UNpack it and put it in the proper conference area. It also
; will look for new mail that was generated on YOUR BBS and will copy
; that to the OUTBOUND Mail area for transmission to your HOST after it
; is packed up.
;
Event All 00:00 00:00 F E1=80
Event All 00:00 00:00 F E1=30
;
; This starts the NightMail event that deletes old messages by date or to
; whatever you set as the maximum number of messages in this conference.
; It then renumbers the messages to make them continuous.
;
Event All 00:00 00:00 F E1=40
;
; This event allows Long Distance mail calling and allows BBS users access
; to your board.
;
Event All 00:00 03:00 L>30 B E1=10 E2=30 E3=30
;
; National Mail Hour - Your BBS MUST be available for INCOMING mail at this
; time so the HoldMail Event is run. NOTE that the time specified is CST.
; You need to change this for YOUR Time Zone! The next line allows Receive
; Mail only and NO FILE Requests at this time.
;
Event All 03:00 04:00 F E1=20
Event All 03:00 04:00 R N E1=10 E2=30 E3=30
;
; This runs SendMail and will initiate a call to your HOST for Mail. It also
; allows LOCAL calls and BBS users.
;
Event All 04:00 04:00 F E1=90
Event All 05:00 06:30 L<10 B E1=10 E2=30 E3=30
;
; More maintenance events. Another check for mail and E1=70 will delete any
; mail packets that have already been sent and are truncated to 0 bytes.
;
Event All 06:30 06:30 F E1=30
Event All 06:30 06:30 F E1=70
;
; Outbound calling (LOCAL Only) and BBS allowed again.
;
Event All 06:30 23:55 L B E1=10 E2=30 E3=30
;Begin nightly maintenance for items that HAVE to take BEFORE midnight
Event All 23:55 23:55 F E1=23
;Weekly Maintenance, Echostat
Event Sat 23:55 23:55 F E1=50
Event All 23:55 23:59 N R E1=10