home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
RATB100.ZIP
/
RATB_100.ZIP
/
EAGLE.CFG
< prev
next >
Wrap
Text File
|
1993-04-01
|
5KB
|
165 lines
; Valid macros in configuration file :
; *N Node number, get from TASK variable , NODE command line parameter
; or last LINENUM line in file
;
;LOCAL ON
; Activate Local Screen
;LOCAL OFF
; Deactivate Local Screen
; Default value for Local Screen is ON
;STATUS ON
; Activate Status Line
;STATUS OFF
; Deactivate Status Line
;Default value for Status Line is ON
;BEEP ON
; Activate Local Beep ( in a local use, beep is ever activated)
;BEEP OFF
; Deactivate Local Beep
; Default value for Local Beep is ON
;FILTER ON
; Activate Filter - not consider chars above 127
;FILTER OFF
; Deactivate Filter
; Default value for FILTER is ON
;MULTILINE ON
; Enable Multiline Locking
;MULTILINE OFF
; Disable Multiline Locking
; Default value for MULTILINE is ON
; If is set to ON then SHARE.EXE must be loaded
;SWAP ON
; Enable Swap in Dos Shell
;SWAP OFF
; Disable Swap in Dos Shell
; Default value is OFF
;BIGSCR
; This option enable programs to work in EGA/VGA 43 line mode
; If running in CGA, the program will work in 25 line mode
;STATUSATTR <VALUE>
; Define the Status Line normal Attribute
; The value must be a decimal value.
; Default attribute is 112
;SYSOPATTR <VALUE>
; Define the attribute color for sysop in CHAT mode
; The value must be a decimal value.
; Default attribute is 07
;USERATTR <VALUE>
; Define the attribute color for user in CHAT mode
; The value must be a decimal value.
; Default attribute is 07
; Attribute Definition
; Retired from FSC-0025.TXT
;
; bit: 7 6 5 4 3 2 1 0
; - - - - - - - -
; | | | | |
; | | | | |
; | +---+---+ +-----+-----+
; | | |
; | | |
; | |
; | | text color
; | |
; |
; | background color
; |
;
; blink
;
;If the blink bit is set, the text is blinking, else it is not blinking.
;
;The bits of background color can have values 0 - 7, the bits of the text
;color can have values 0 - 15. The value indicates the following colors:
;
; 0 black
; 1 blue
; 2 green
; 3 cyan
; 4 red
; 5 magenta
; 6 brown
; 7 gray (i.e. non-itense white)
; 8 dark gray
; 9 light blue
; 10 light green
; 11 light cyan
; 12 light red
; 13 light magenta
; 14 yellow
; 15 white (intense)
;
;Colors 8 - 15 are the same as 0 - 7 but with high intensity.
;LINEPATH <PATH>
; Define the directory where the files EXITINFO.BBS and DORINFO1.DEF
; are found. Very fine to multi-line system's
; Default value is environment variable RA (SET RA= ) or C:\RA\
;
; For PCBoard use Node directory where the files PCBOARD.SYS and PCBOARD.DAT
; are found.
;SEMPATH <PATH>
;Define the directore where the Semaphore files are created / checked
; Default value is environment variable RA or LinePath (if RA not defined)
;
;Some Doors read CONFIG.RA and will get information from this file
;The doors checks for NODE%Line%.RA and show the file to users
;LINENUM <VALUE>
; Define the Line Number
; Only verified if environment variable TASK not defined and the parameter
; NODExx not passed on command line
; Eg. SET TASK=1 (for node 1)
; Check Remote Access manual for more information
; Eg. RATB NODE2
;TIMEOUT <VALUE>
; Define the Time Out time in seconds
; Default number is 600 = 10 Minutes
; Set to 0 to don't check Time Out.
;TXTPATH <PATH>
; Define the directory where the files *.ASC / *.ANS / *.AVT are found.
; Default value is C:\RA\TXTFILES\
; If LANGUAGE.RA exists, the programs will search for textfiles in the path
; pointed by LANGUAGE.RA, if file not exist, will search in this path, and if
; not exist, will search in current path
; Lines with ';' at begin, will not be processed
; Last Ocurence of command will be considered
; Commands must be in UPPER or LOWER CASE
; This file are used to configure all EAGLE on-line DOOR's, but some
; DOOR's can change this defaults if necessary
Local ON
Status ON
Beep OFF
Filter ON
MultiLine ON
BigScr
Linepath C:\RA\LINE*N
StatusAttr 112
TxtPath C:\RA\TXTFILES\ENGLISH\
SysopAttr 07
UserAttr 07
TimeOut 300
Swap Off