home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / comms / bbs / falcon2.lzh / config / sched.bbs < prev    next >
File List  |  1990-07-05  |  1KB  |  29 lines

  1. ; See docs/sched.bbs.doc for information about this file.
  2.  
  3. ; Note that start is in 24-hour military time (HHMM), while duration is
  4. ; simply in minutes (ie. a full-day event would be DURATION 1440).
  5.  
  6. ; If any event starting with "yell" is in progress, Y)ell is available, 
  7. ; otherwise the user is informed that it is turned off.
  8.  
  9. EVENT yell1             ; Weekdays, yell is available from 5pm-10pm
  10. Mon Tue Wed Thu Fri
  11. START 1700
  12. DURATION 300
  13.  
  14. EVENT yell2             ; Weekends, yell is available from 1pm-11pm
  15. Sat Sun
  16. START 1300
  17. DURATION 600
  18.  
  19. ; EVENT newlog          ; If you want to back up your log file daily,
  20. ; Everyday              ; uncomment this
  21. ; START 2355
  22. ; DURATION 1
  23.  
  24. ; A cautionary note:  The current scheduling method is not very good.
  25. ; I'm going ot change it.  However, in the meantime, I should say what the
  26. ; problem is:  if Falcon exits for an event and is called again before that
  27. ; event is up, it'll do it again.  That's why the "newlog" entry in the
  28. ; _batch_ file waits to make sure it takes a full minute.
  29.