;
; The format of each line in this file is:
;
;      <day_of_last_update> <6 digits> <3 digits> <hour> <cmd> <file.ext>
;
;   day_of_last_update -- The calendar day when the event was last executed.
;                              Must always be a two digit number.  This
;                              field is modified by the BBS.
;   6 digits           -- BBS use
;   comports           -- List of 1 or more comports to use, no spaces.
;   time               -- The time of the day, in 24 hour military time,
;                              to start trying to execute the event.
;   cmd                -- The type of event.  Event types are:
;                              net         executes a .net file
;                              call        executes a .bat, .exe, or .com file
;                              callnoswap  same as call but doesn't swap the
;                                             BBS out, since some programs are
;                                             incompatible with BBS swapping.
;   file.ext           -- The net file or dos command line to execute.
;
; To add a new line, use 00 for the day_of_last_update.  The BBS will
; execute that command the next chance it gets and change the number
; to the current day.
;
; Here is an example of a new line that would execute
; bbs.net at 4:30am on any com port except 3:
;
;   00 000000 (1,2,4) 4:30 net bbs.net
;
; Here is an example of calling a batch file at 10pm on any com port,
; with the parameters "parameter1" and "parameter2"
;
;   00 000000 (1,2,3,4) 22:00 call events.bat parameter1 parameter2
;
; See the file BBS.NET for an example of making a .NET file.
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
