home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / RATB100.ZIP / RATB_100.ZIP / EAGLE.CFG < prev    next >
Text File  |  1993-04-01  |  5KB  |  165 lines

  1. ; Valid macros in configuration file :
  2. ; *N     Node number, get from TASK variable , NODE command line parameter
  3. ;        or last    LINENUM   line in file
  4. ;
  5.  
  6. ;LOCAL ON
  7. ; Activate Local Screen
  8. ;LOCAL OFF
  9. ; Deactivate Local Screen
  10. ; Default value for Local Screen is ON
  11.  
  12. ;STATUS ON
  13. ; Activate Status Line
  14. ;STATUS OFF
  15. ; Deactivate Status Line
  16. ;Default value for Status Line is ON
  17.  
  18. ;BEEP ON
  19. ; Activate Local Beep ( in a local use, beep is ever activated)
  20. ;BEEP OFF
  21. ; Deactivate Local Beep
  22. ; Default value for Local Beep is ON
  23.  
  24. ;FILTER ON
  25. ; Activate Filter - not consider chars above 127
  26. ;FILTER OFF
  27. ; Deactivate Filter
  28. ; Default value for FILTER is ON
  29.  
  30. ;MULTILINE ON
  31. ; Enable Multiline Locking
  32. ;MULTILINE OFF
  33. ; Disable Multiline Locking
  34. ; Default value for MULTILINE is ON
  35. ; If is set to ON then SHARE.EXE must be loaded
  36.  
  37. ;SWAP ON
  38. ; Enable Swap in Dos Shell
  39. ;SWAP OFF
  40. ; Disable Swap in Dos Shell
  41. ; Default value is OFF
  42.  
  43. ;BIGSCR
  44. ;  This option enable programs to work in EGA/VGA 43 line mode
  45. ;  If running in CGA, the program will work in 25 line mode
  46.  
  47. ;STATUSATTR <VALUE>
  48. ; Define the Status Line normal Attribute
  49. ; The value must be a decimal value.
  50. ; Default attribute is     112
  51.  
  52. ;SYSOPATTR <VALUE>
  53. ; Define the attribute color for sysop in CHAT mode
  54. ; The value must be a decimal value.
  55. ; Default attribute is     07
  56.  
  57.  
  58. ;USERATTR <VALUE>
  59. ; Define the attribute color for user in CHAT mode
  60. ; The value must be a decimal value.
  61. ; Default attribute is     07
  62.  
  63. ;   Attribute Definition
  64. ;   Retired from  FSC-0025.TXT
  65. ;
  66. ;     bit:         7   6   5   4   3   2   1   0
  67. ;                  -   -   -   -   -   -   -   -
  68. ;                  |   |       |   |           |
  69. ;                  |   |       |   |           |
  70. ;                  |   +---+---+   +-----+-----+
  71. ;                  |       |             |
  72. ;                  |       |             |
  73. ;                  |       |
  74. ;                  |       |         text color
  75. ;                  |       |
  76. ;                  |
  77. ;                  |    background color
  78. ;                  |
  79. ;
  80. ;                blink
  81. ;
  82. ;If the blink bit is set, the text is blinking, else it is not blinking.
  83. ;
  84. ;The bits of background color can have values 0 - 7, the bits of the text
  85. ;color can have values 0 - 15. The value indicates the following colors:
  86. ;
  87. ;                 0      black
  88. ;                 1      blue
  89. ;                 2      green
  90. ;                 3      cyan
  91. ;                 4      red
  92. ;                 5      magenta
  93. ;                 6      brown
  94. ;                 7      gray  (i.e. non-itense white)
  95. ;                 8      dark gray
  96. ;                 9      light blue
  97. ;                10      light green
  98. ;                11      light cyan
  99. ;                12      light red
  100. ;                13      light magenta
  101. ;                14      yellow
  102. ;                15      white (intense)
  103. ;
  104. ;Colors 8 - 15 are the same as 0 - 7 but with high intensity.
  105.  
  106.  
  107. ;LINEPATH <PATH>
  108. ; Define the directory where the files EXITINFO.BBS and DORINFO1.DEF
  109. ; are found. Very fine to multi-line system's
  110. ; Default value is environment variable RA (SET RA= ) or C:\RA\
  111. ;
  112. ; For PCBoard use Node directory where the files PCBOARD.SYS and PCBOARD.DAT
  113. ; are found.
  114.  
  115. ;SEMPATH <PATH>
  116. ;Define the directore where the Semaphore files are created / checked
  117. ; Default value is environment variable RA or LinePath (if RA not defined)
  118. ;
  119. ;Some Doors read CONFIG.RA and will get information from this file
  120. ;The doors checks for NODE%Line%.RA and show the file to users
  121.  
  122. ;LINENUM <VALUE>
  123. ; Define the Line Number
  124. ; Only verified if environment variable TASK not defined and the parameter
  125. ; NODExx not passed on command line
  126. ;    Eg.    SET TASK=1                  (for node 1)
  127. ;        Check Remote Access manual for more information
  128. ;    Eg.    RATB NODE2
  129.  
  130. ;TIMEOUT <VALUE>
  131. ; Define the Time Out time in seconds
  132. ; Default number is 600   = 10 Minutes
  133. ; Set to 0 to don't check Time Out.
  134.  
  135. ;TXTPATH <PATH>
  136. ; Define the directory where the files *.ASC / *.ANS / *.AVT are found.
  137. ; Default value is C:\RA\TXTFILES\
  138. ; If LANGUAGE.RA exists, the programs will search for textfiles in the path
  139. ; pointed by LANGUAGE.RA, if file not exist, will search in this path, and if
  140. ; not exist, will search in current path
  141.  
  142.  
  143.  
  144. ; Lines with ';' at begin, will not be processed
  145. ; Last Ocurence of command will be considered
  146. ; Commands must be in UPPER or LOWER CASE
  147. ; This file are used to configure all EAGLE on-line DOOR's, but some
  148. ; DOOR's can change this defaults if necessary
  149.  
  150.  
  151. Local ON
  152. Status ON
  153. Beep OFF
  154. Filter ON
  155. MultiLine ON
  156. BigScr
  157. Linepath C:\RA\LINE*N
  158. StatusAttr 112
  159. TxtPath C:\RA\TXTFILES\ENGLISH\
  160. SysopAttr 07
  161. UserAttr 07
  162. TimeOut 300
  163. Swap Off
  164.  
  165.