home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / MN322O32.ZIP / examples / regional.ctl < prev    next >
Text File  |  2004-07-23  |  2KB  |  44 lines

  1. ; This is a sample control for a the coordinator of a Region.
  2. ; Edit fields within angle brackets as necessary (removing the brackets)
  3.  
  4. make region <nbr>         ; No "master data file"  input data is below.
  5.  
  6. outfile <generic name>    ; use generic name for output file 
  7.  
  8. process    Thursday       ; Set this day to meet deadline ZC gives you
  9.  
  10. arc z zip -o              ; Use InfoZip instead of the default Arc. Comment
  11.                           ; out the ARC keyword to use Arc by default.  
  12.  
  13. master     <directory>    ; where master files reside (default - current)
  14. update     <directory>    ; where to save received files 'till processing
  15. mailfiles  <directory>    ; where mail server places received files
  16. uploads    <directory>    ; where BBS places uploaded files (if needed)
  17. badfiles   <directory>    ; optional "waste can" for files with fatal errors
  18.  
  19. notify  errors CRASH      ; notify of errors (CRASH optional) and/or
  20. notify  receipt           ; use either of these or both with different 
  21.                           ; attributes.
  22.  
  23. submit     <ZC's address> ; 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 network mail area
  26.  
  27.  
  28. data
  29.  
  30. ; Your region source data goes here.  
  31.  
  32. files
  33.  
  34. Node <nbr> <explicit file name> ; node files must precede any network files
  35. Node <nbr> <explicit file name> ; (unless it is your intent to move an
  36.                                 ;  independant node into someone's net on
  37.                                 ;  on the sly)
  38.  
  39. Net <nbr> <file name>     ; either generic or explicit file name, but must
  40. Net <nbr> <file name>     ; match convention used by Net.
  41. Net <nbr> <file name> <notification address> ; if not "net/0"
  42. Net <nbr> <file name>
  43. ;      etc.
  44.