home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / SPITFIRE / DOGF_208.ZIP / HUBS.DOC < prev    next >
Text File  |  1994-02-02  |  4KB  |  119 lines

  1.   
  2. NOTES ON DFCFG.??? FOR HUB'S
  3. ============================
  4.  
  5.   Although Dogfight was never intended for use by a hub, imported messages
  6. can be passed onto other systems - Please note however that Dogfight strips
  7. PATH: and SEEN-BY: lines from messages that are passed on, and replaces them
  8. with a Path/Seen-by of yourself and the node you are passing to.
  9.  
  10.  
  11.  
  12.   Under normal operation all the DF??????.EXE programs will default to
  13. reading DFCFG.001.
  14.  
  15.   To allow messages to be exported more than once (for HUB's) the following
  16. procedure MUST be followed.
  17.  
  18.   DFCFG.??? files must be created for each net/node you wish to export
  19. messages to. You can either create each file from scratch, or copy DFCFG.001
  20. to DFCFG.002 / DFCFG.003 etc.. then ammend the conference data in each
  21. config file.
  22.  
  23.   When ammending the conference data:
  24.  
  25.   For each area you wish exported more than once
  26.  
  27.   Ammend 'Net to send to' and 'Node' to the net/node you wish the
  28.   messages exported to.
  29.  
  30.   Toggle the 'Mark exported messages as sent ? (Y/n)' to 'FALSE'
  31.   i.e. select 'N'.
  32.  
  33.   Do this for each DFCFG.??? you create EXCEPT THE LAST ONE.
  34.  
  35.   The last DFCFG.??? *MUST* have all the 'Mark exported messages as sent?'
  36. toggled to TRUE. This will ensure that once all messages are exported to
  37. your various nodes, DFEXPORT will mark the messages as sent.
  38.  
  39.   The export portion of your batch file will then look like this :
  40.  
  41.   CD\DOG
  42.   DFEXPORT L DFCFG.001 -|  'Mark exported messages as sent?' toggled to
  43.   DFEXPORT L DFCFG.002  |-- FALSE for those conferences to be re-exported.
  44.   DFEXPORT L DFCFG.003  |--'Net to send to' and 'Node' ammended to the net/
  45.   DFEXPORT L DFCFG.004 -|   node of the recipient system.
  46.   etc..
  47.   etc..
  48.   DFEXPORT L DFCFG.nnn ---- ALL 'Mark exported as sent?' toggled to TRUE.
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75. Example of multiple DFCFG.??? files:
  76.  
  77.     DFCFG.001 Conference data contains:
  78.  
  79. Conference 10<->FIDO area    AMSTRAD (Exported to 256/97) Mark Sent=TRUE
  80. Conference 11<->FIDO area   BBS-NEWS (Exported to 256/97) Mark Sent=FALSE
  81. Conference 12<->FIDO area        BUY (Exported to 256/97) Mark Sent=FALSE
  82. Conference 13<->FIDO area      COMMS (Exported to 256/97) Mark Sent=FALSE
  83. Conference 14<->FIDO area     GAMING (Exported to 256/97) Mark Sent=FALSE
  84. Conference 15<->FIDO area   HARDWARE (Exported to 256/97) Mark Sent=FALSE
  85.  
  86. ( Conference 10 is exported to 256/97 ONLY and will NOT be re-exported.
  87.   Conferences 11 to 15 are exported to 256/97 and WILL be re-exported.)
  88.  
  89.  
  90.     DFCFG.002 Conference data contains:
  91.  
  92. Conference 11<->FIDO area   BBS-NEWS (Exported to 256/27) Mark Sent=TRUE
  93. Conference 12<->FIDO area        BUY (Exported to 256/27) Mark Sent=FALSE
  94. Conference 13<->FIDO area      COMMS (Exported to 256/27) Mark Sent=FALSE
  95. Conference 14<->FIDO area     GAMING (Exported to 256/27) Mark Sent=FALSE
  96. Conference 15<->FIDO area   HARDWARE (Exported to 256/27) Mark Sent=FALSE
  97.  
  98. ( Conference 11 is re-exported to 256/27 and will NOT be re-exported.
  99.   Conferences 12 to 15 are re-exported to 256/27 and WILL be re-exported.)
  100.  
  101.  
  102.     DFCFG.003 Conference data contains:
  103.  
  104. Conference 12<->FIDO area        BUY (Exported to 256/90) Mark Sent=TRUE
  105. Conference 13<->FIDO area      COMMS (Exported to 256/90) Mark Sent=TRUE
  106. Conference 14<->FIDO area     GAMING (Exported to 256/90) Mark Sent=TRUE
  107. Conference 15<->FIDO area   HARDWARE (Exported to 256/90) Mark Sent=TRUE
  108.  
  109. ( Conferences 12 to 15 are re-exported to 256/90 and will NOT be
  110.   re-exported.)
  111.  
  112. The export portion of the batch file will look like this:
  113.  
  114.   CD\DOG
  115.   DFEXPORT L DFCFG.001
  116.   DFEXPORT L DFCFG.002
  117.   DFEXPORT L DFCFG.003
  118.  
  119.