home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / MN321O32.ZIP / examples / zone.ctl < prev   
Text File  |  2004-07-23  |  2KB  |  40 lines

  1. ; This is a sample control for a the coordinator of a Zone.
  2. ; Edit fields within angle brackets as necessary (removing the brackets)
  3.  
  4. make zone <nbr>         ; No "master data file"  input data is below.
  5.  
  6. outfile <explicit name>   ; use generic name for output file if very large
  7.  
  8. process    Thursday       ; Set this day to meet deadline ITC gives you or
  9.                           ; Friday after cut-over to zone based nodelist
  10.  
  11. arc z zip -o              ; Use InfoZip instead of the default Arc. Comment
  12.                           ; out the ARC keyword to use Arc by default.  
  13.  
  14. master     <directory>    ; where master files reside (default - current)
  15. update     <directory>    ; where to save received files 'till processing
  16. mailfiles  <directory>    ; where mail server places received files
  17. uploads    <directory>    ; where BBS places uploaded files (if needed)
  18. badfiles   <directory>    ; optional "waste can" for files with fatal errors
  19.  
  20. notify  errors CRASH      ; notify of errors (CRASH optional). Errors should
  21.                           ; not occur at this level, but. . .
  22.  
  23. submit     1:1/0          ; where you send updates, CRASH and/or HOLD optional
  24. netaddress <your address> ; your network address here
  25. messages   <directory>    ; path name to mail server's FidoNet mail area
  26.  
  27.  
  28. data
  29.  
  30. ; Your zone source data goes here.  Note that first non-comment statement
  31. ; must begin with the keyword "Zone" not "Region"
  32.  
  33. files
  34.  
  35. Region <nbr> <generic name>     
  36. Region <nbr> <generic name>     
  37. Region <nbr> <generic name> <notification address> ; if not "region/0"
  38. Region <nbr> <generic name>
  39. ;      etc.
  40.