home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / MN326W32.ZIP / examples / regional.ctl < prev    next >
Text File  |  2005-02-06  |  2KB  |  49 lines

  1. ; $Id: regional.ctl,v 1.2 2004/08/02 20:16:26 mbroek Exp $
  2. ;
  3. ; This is a sample control for a the coordinator of a Region.
  4. ; Edit fields within angle brackets as necessary (removing the brackets)
  5.  
  6. make region <nbr>         ; No "master data file"  input data is below.
  7.  
  8. outfile <generic name>    ; use generic name for output file 
  9.  
  10. process    Thursday       ; Set this day to meet deadline ZC gives you
  11.  
  12. ;arc 5                  ; obsolete, see whatsnew.txt
  13.                           ; don't define arccopy, arcmove, arcopen, this will
  14.                           ; let makenl use the build-in defaults:
  15.                           ; arc a, arc m, arc ew
  16.  
  17. master     <directory>    ; where master files reside (default - current)
  18. update     <directory>    ; where to save received files 'till processing
  19. mailfiles  <directory>    ; where mail server places received files
  20. uploads    <directory>    ; where BBS places uploaded files (if needed)
  21. badfiles   <directory>    ; optional "waste can" for files with fatal errors
  22.  
  23.  
  24. notify  errors CRASH      ; notify of errors (CRASH optional) and/or
  25. notify  receipt           ; use either of these or both with different 
  26.                           ; attributes.
  27.  
  28. submit     <ZC's address> ; where you send updates, CRASH and/or HOLD optional
  29. netaddress <your address> ; your network address here
  30. messages   <directory>    ; path name to mail server's network mail area
  31.  
  32.  
  33. data
  34.  
  35. ; Your region source data goes here.  
  36.  
  37. files
  38.  
  39. Node <nbr> <explicit file name> ; node files must precede any network files
  40. Node <nbr> <explicit file name> ; (unless it is your intent to move an
  41.                                 ;  independant node into someone's net on
  42.                                 ;  on the sly)
  43.  
  44. Net <nbr> <file name>     ; either generic or explicit file name, but must
  45. Net <nbr> <file name>     ; match convention used by Net.
  46. Net <nbr> <file name> <notification address> ; if not "net/0"
  47. Net <nbr> <file name>
  48. ;      etc.
  49.