home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / ERRFLG29.RAR / ERRFLAGS.CTL < prev    next >
Text File  |  2000-07-17  |  3KB  |  78 lines

  1. ; // sample ERRFLAGS.CTL suitable for Z2R29C //
  2. ; (The ";" character placed in the first postion of the line makes ERRFLAGS
  3. ; treat the whole line as a comment)
  4. ;
  5. ; Key word ZONE states default zone.
  6. ZONE 2
  7. ;
  8. ; Key word NET states default net, and is only really necessary for hub
  9. ; level segment checks.
  10. ;NET 292
  11. ;
  12. ; Key word NOTOUCH can be used to instruct ErrFlags not to change the
  13. ; submitted nodelist segment, making it possible to just send notifications
  14. ; on errors in the segment, instead of fixing other peoples problems.
  15. ;NOTOUCH
  16. ;
  17. ; Key word TABFILE can be used to override the default file name of the
  18. ; approved flag file table
  19. ;TABFILE ERRFILE.TAB
  20. ;
  21. ; Key word CMTFILE can be used to override the default file name of the
  22. ; comment file.
  23. ;CMTFILE ERRFILE.CMT
  24. ;
  25. ; Key word INBOUND states the directory where inbound segment files are to
  26. ; be found. Default value is currect directory
  27. INBOUND \In
  28. ;
  29. ; Key word FILE states the filename of the updates to check and who should
  30. ; recieve the notification for the particular file (If using the
  31. ; notification function). Up to 80 file names are supported. Wildcards
  32. ; are supported in the file name to handle day numbers etc.
  33. ; Errflags are also capable of unarcing incoming packed segments. Just
  34. ; use a .A* extension, like in NET292.A* below, to use this feature.
  35. ; It is also possible to name the report file. Default report file name
  36. ; is input file name with extension RPT.
  37. ;      file name      Notify   [report file]
  38. FILE   HUB10011.*     292/100  REP10011.TXT
  39. FILE   NET292.*       292/0    REP292.TXT
  40. ;
  41. ; Key word UNCOMPRESS states the ARC decompression utility to use, and
  42. ; the parameters to use. The %file% macro will be expanded to the segment
  43. ; file name.
  44. UNCOMPRESS PAKE.EXE E -WA %file%
  45. ;
  46. ; Key word NOTIFY states the robot program and parameters to mail
  47. ; the notification file. This might also be a batch file if You wish 
  48. ; to process more than one notification for each file.
  49. ; The macros %node% and %file% will be expanded to the notify address
  50. ; and report file name.
  51. ; The example below uses the AUTOMAIL program by Mats Wallin, but any
  52. ; program capable of creating a netmail from a text file will suffice.
  53. ;NOTIFY AUTOMAIL %node% -F "Flag errors" -T %file% -c
  54. ;
  55. ; Key word NOERR states the robot program and parameters to mail the
  56. ; notification file when no errors where detected. This can be used to
  57. ; send such notification routed while error reports gets crashed.
  58. ; See NOTIFY above for further information.
  59. ;NOERR AUTOMAIL %node% -F "Flag errors" -T %file%
  60. ;
  61. ; Key word NOTIFYPATH states the directory that ErrFlags should execute
  62. ; the notification command in. Note that the %file% macro above only contains
  63. ; an unqualified filename, so you'll have to add the full path of the report
  64. ; file if you use this key word. The report file is created in the program
  65. ; directory.
  66. NOTIFYPATH \BBS\ErrFlag
  67. ;
  68. ; Key word EXECUTE states any program to execute if any files has been
  69. ; processed. This makes it possible for executing MakeNl only when files
  70. ; has actually been received.
  71. ;EXECUTE MAKENL.EXE REGION.CTL /P >> MAKENLOG.LOG
  72. ;
  73. ; Key word EXECUTEPATH states the directory that ErrFlags should execute
  74. ; the above program.
  75. ;EXECUTEPATH \BBS\MAKENL
  76. ;
  77. ; // end of file //
  78.