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

  1. ; This is a sample control for a the coordinator of a large Net, whose
  2. ; Hub coordinators maintain their own segments.
  3. ; Edit fields within angle brackets as necessary (removing the brackets).
  4.  
  5. make network <nbr>        ; No "master data file"  input data is below.
  6.  
  7. outfile <explicit name>   ; use generic name if output file is very large
  8.  
  9. process    Wednesday      ; Set this day to meet deadline RC gives you
  10.  
  11. master     <directory>    ; where master files reside (default - current)
  12. update     <directory>    ; where to save received files 'till processing
  13. mailfiles  <directory>    ; where mail server places received files
  14. uploads    <directory>    ; where BBS places uploaded files (if needed)
  15. badfiles   <directory>    ; optional "waste can" for files with fatal errors
  16.  
  17. notify  receipt    ; notify both receipt and errors CRASH and/or HOLD optional
  18. submit     <RC's address> ; where you send updates, CRASH and/or HOLD optional
  19. netaddress <your address> ; your network address here
  20. messages   <directory>    ; path name to mail server's network mail area
  21.  
  22. ; No other options are needed.  
  23.  
  24. data
  25.  
  26. ; Your source data goes here.  
  27.  
  28. files
  29.  
  30. Node <nbr> <explicit file name> ; node files and hub files may be intermixed
  31. Node <nbr> <explicit file name> ; if some of a Hub's nodes send you updates
  32.  
  33. Hub <nbr> <file name>     ; either generic or explicit file name, but must
  34. Hub <nbr> <file name>     ; match convention used by Hub.
  35. Hub <nbr> <file name> <notification address> ; if not "net/hub"
  36. Hub <nbr> <file name>
  37. ;      etc.
  38.