home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 October / PCO1097.ISO / FilesBBS / DOS / MCUV006.EXE / mcuview.cfg < prev    next >
Encoding:
Text File  |  1997-08-18  |  2.5 KB  |  84 lines

  1. ; -------------------------------------------------------------------------
  2. ; English version of example configuration.
  3. ; -------------------------------------------------------------------------
  4.  
  5. ; Enter all line directories of RA.
  6. [RALINEDIRS]
  7. E:\RA\LINE1
  8. E:\RA\LINE2
  9. E:\RA\LINE3
  10. E:\RA\LINE4
  11. [END]
  12.  
  13. ; The mainoutbound
  14. OutBound E:\POP\FILESOUT
  15. ; and it's zone
  16. MainZone 67
  17.  
  18. ; The directory of MCM'S semaphores
  19. SemaDir E:\POP\SEMA
  20.  
  21. ; Time in seconds, after that the screensaver will switched on. A value 0
  22. ; wil disable the screensaver at all.
  23. ScreenSaver 0
  24.  
  25. ; MCM logfile(s). $N will be replaces with the node.
  26. MCMlog E:\POP\LOG\MCM$N.LOG
  27.  
  28. ; RA logfile(s). $N will be replaces with the node.
  29. RAlog E:\POP\LOG\RA$N.LOG
  30.  
  31. ; Highest node-number MCUVIEW should look for logfiles.
  32. MaxNodes 3
  33.  
  34. ; How many seconds should MCUVIEW wait between each semaphore check ? Long
  35. ; waitings will improve the slicing but will decrease the immidiate
  36. ; reaction.
  37. IdleDelay 2
  38.  
  39. ; Local node faked by MCUVIEW. If you define a faked node here, MCUVIEW is
  40. ; able to receive and send online messages from and to other nodes.
  41. FakeNode 4
  42.  
  43. ; Should MCUVIEW log on this fake node automaticaly at startup ? If not,
  44. ; comment this option out You will be able to logon or off inside of
  45. ; MCUVIEW later.
  46. ;AutoFake
  47.  
  48. ; What to call for lokal multiline chat ?
  49. MultiChatLocal F:\TP\RA\MCMLOG\MULTI.BAT
  50.  
  51. ; Define your PKT/FLO viewer
  52. PktViewer      F:\TP\RA\MCMLOG\PV.BAT
  53.  
  54. ; MCUVIEW supports the V7 nodelist. The internal MCM nodelistformat is *not*
  55. ; supported.
  56. ; Directory of the NODEX files:
  57. v7NlDir F:\NODELIST\
  58.  
  59. ; The NODEX files itself:
  60. ;     nodex    Zones
  61. v7Nl  nodex   1 2 3 4 5 6
  62. v7Nl  raunx   63
  63. v7Nl  speedx  67
  64. v7Nl  pasnx   115
  65. v7Nl  basnetx 130
  66. v7Nl  ezyx    150
  67.  
  68. ; The CostTablefile, that is used by MCM.
  69. CostTable e:\pop\mcm\cfg\cost30.tbl
  70.  
  71. ; New since 0.06 -----------------------------------------------------------
  72.  
  73. ; Don't scan for whole size of the attaches in FLO files ? If this option is
  74. ; enabled, opening zone directories in the outboundmanager will be faster.
  75. ;NoAttachScan
  76.  
  77. ; If the logfiles becomes very big, MCUV will scan very long to build the
  78. ; logfile list. In most cases we don't want to see the whole logfile but
  79. ; only the last X days. This option will tell MCUV to scan the logfile for
  80. ; the correct date and after this the list will be build from this
  81. ; position. The scanning is done backwards, so this will fasten up the
  82. ; logfilereading a lot.
  83. MaxLogDays 2
  84.