home *** CD-ROM | disk | FTP | other *** search
File List | 1990-07-06 | 1.0 KB | 29 lines |
- ; See docs/sched.bbs.doc for information about this file.
-
- ; Note that start is in 24-hour military time (HHMM), while duration is
- ; simply in minutes (ie. a full-day event would be DURATION 1440).
-
- ; If any event starting with "yell" is in progress, Y)ell is available,
- ; otherwise the user is informed that it is turned off.
-
- EVENT yell1 ; Weekdays, yell is available from 5pm-10pm
- Mon Tue Wed Thu Fri
- START 1700
- DURATION 300
-
- EVENT yell2 ; Weekends, yell is available from 1pm-11pm
- Sat Sun
- START 1300
- DURATION 600
-
- ; EVENT newlog ; If you want to back up your log file daily,
- ; Everyday ; uncomment this
- ; START 2355
- ; DURATION 1
-
- ; A cautionary note: The current scheduling method is not very good.
- ; I'm going ot change it. However, in the meantime, I should say what the
- ; problem is: if Falcon exits for an event and is called again before that
- ; event is up, it'll do it again. That's why the "newlog" entry in the
- ; _batch_ file waits to make sure it takes a full minute.
-