home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / hamradio / pcm548.zip / PCM548.EXE / PCMBOX.EVT < prev    next >
Text File  |  1992-07-13  |  2KB  |  80 lines

  1. ; PCMBOX Event file
  2. ; Edited 19/4 1992 OZ1HMN
  3. ;
  4. ; EVENT statements specify when PCMBOX should terminate with an ERRORLEVEL
  5. ; for further BATCH file processing.
  6. ;
  7. ; RESTRICT statements specify time slots where something are not allowed
  8. ; for remote users.
  9. ; Default setup follows your standard PCMSET settings.
  10. ;
  11. ; All lines beginning with ; are comments.
  12. ;
  13. ; Total number of RESTRICT/EVENT lines are 50 (not included blanks/comments).
  14. ;
  15. ; Day for EVENT/RESTRICT:
  16. ;
  17. ;                               DA = Daily
  18. ;                               MO = Monday
  19. ;                               TU = Tuesday
  20. ;                               WE = Wedensday
  21. ;                               TH = Thuesday
  22. ;                               FR = Friday
  23. ;                               SA = Saturday
  24. ;                               SU = Sunday
  25. ;
  26. ; Functions that can be restricted:
  27. ;
  28. ;                               YD : Yapp Download
  29. ;                               YU : Yapp Upload
  30. ;                               B  : BBS/Mailbox
  31. ;                               C  : Connect
  32. ;                               T  : Talk
  33. ;
  34. ; Example:
  35. ;       RESTRICT                Restrict keyword
  36. ;       WE                      DAY when restricted
  37. ;       09:00 13:45             The restricted period
  38. ;       YD T                    The restriction
  39. ;
  40. ; RESTRICT WE 09:00 13:45 YD T
  41. ;
  42. ;RESTRICT DA 18:00 23:15 YD
  43. ;
  44. ;RESTRICT SU 08:00 11:30 YU B
  45. ;
  46. ;RESTRICT SA 19:30 24:00 T
  47. ;
  48. ; I don't allow connects in these periods
  49. ;RESTRICT MO 07:30 16:30 C
  50. ;RESTRICT TU 07:30 16:30 C
  51. ;RESTRICT WE 07:30 16:30 C
  52. ;RESTRICT TH 07:30 16:30 YD T C B
  53. ;RESTRICT FR 07:30 16:30 C
  54. ;
  55. ;----------------------------------------------------------------------------
  56. ;
  57. ; List of events that terminates PCMBOX.
  58. ;
  59. ;
  60. ; Example:
  61. ;       EVENT                   Event keyword
  62. ;       SA                      DAY to EXEcute
  63. ;       11:35                   EXIT TIME
  64. ;       123                     ERRORLEVEL to return
  65. ;
  66. ; EVENT SA 11:35 123
  67. ;
  68. ;
  69. ;Collects mailfrom FidoNet
  70. ;EVENT DA 07:00 123
  71. ;
  72. ; At sundays it's cheap, so why not collect FidoNet mail again
  73. ;EVENT SU 14:45 123
  74. ;
  75. ; Execute SCRIPT
  76. ;EVENT DA 21:47 SCRIPT "DOS"
  77. ;
  78. ; Now i want to create an updated BBS file list: FILES.ZIP
  79. ;EVENT DA 19:30 254
  80.