home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
RUE_200.ZIP
/
RUE.CFG
< prev
next >
Wrap
Text File
|
1992-07-28
|
6KB
|
237 lines
; RUE (SuperBBS Remote User Editor) CONFIG FILE
; Your name, your BBS's name and registration code (if you have registered)
; default=none,none,0
SYSOPNAME Pasi Talliniemi
BBSNAME El Paso
REGCODE 0
; Local screen mode:
; 'B&W' or 'MONO' = no colors
; 'COLOR' = colors
; default=color
MODE COLOR
; SBBS System Directory
; default=directory_specified_by_sbbs_environment_variable
SBBSDIR C:\MODEM\SBBS
; SBBS Message Directory
; default=none
SBBSMSGDIR C:\MODEM\SBBS\MSGS
; New user security level
; default=5
NEWUSERSEC 8
; String that separates users in questionnaire answer files
; default="answered"
ASWSEPARATOR answered
; Capitalize first letters when editing city and alias:
; 'ON', 'TRUE' or 'YES' to capitalize first letters
; 'OFF', 'FALSE' or 'NO' to normal edit
; default=off,off
CAPITALIAS ON
CAPITCITY ON
; In the beginning, jump to:
; <NUM> = user <NUM>
; 'USER' = current user
; 'LAST' = last user
; default=user
JUMPTOUSER LAST
; Cannot edit users with higher security level than
; default=32000
MAXSECTOEDIT 32000
; Can edit other users' passwords:
; 'ON', 'TRUE' or 'YES' = Yes, you can
; 'OFF', 'FALSE' or 'NO' = No, you can't
; default=on
EDITPASSWORD ON
; Cannot give higher security level to user than
; default=32000
MAXSECTOPUT 32000
; Save all user changes in log file:
; 'ON', 'TRUE' or 'YES' = Complete logs
; 'OFF', 'FALSE' or 'NO' = Normal logs
; default=off
FULLLOGS ON
; Passwords to enter RUE (three levels)
; default=none
PASSWORD1
PASSWORD2
PASSWORD3
; Invidual Flag Comments (max. 40 chars)
; default=none
FLAGCOMMENT A1 This is comment to Flag A1
FLAGCOMMENT A2
FLAGCOMMENT A3
FLAGCOMMENT A4
FLAGCOMMENT A5
FLAGCOMMENT A6
FLAGCOMMENT A7
FLAGCOMMENT A8
FLAGCOMMENT B1
FLAGCOMMENT B2
FLAGCOMMENT B3
FLAGCOMMENT B4
FLAGCOMMENT B5
FLAGCOMMENT B6
FLAGCOMMENT B7
FLAGCOMMENT B8
FLAGCOMMENT C1
FLAGCOMMENT C2
FLAGCOMMENT C3
FLAGCOMMENT C4
FLAGCOMMENT C5
FLAGCOMMENT C6
FLAGCOMMENT C7
FLAGCOMMENT C8
FLAGCOMMENT D1
FLAGCOMMENT D2
FLAGCOMMENT D3
FLAGCOMMENT D4
FLAGCOMMENT D5
FLAGCOMMENT D6
FLAGCOMMENT D7
FLAGCOMMENT D8
; Use EMS memory to swap when shelling to operating system
; 'ON', 'TRUE' or 'YES' = Yes, use it!
; 'OFF', 'FALSE' or 'NO' = No, swap to disk!
; default=on
USEEMS ON
; Swap directory when shelling to operating system
; default=none
SWAPDIR C:\MODEM\SBBS
; Filepathname to file that contains templates = groups.
; default=none
TEMPLATEFILE C:\PROG\RUE\TEMPLATE.CFG
; NOTE!!! ALL CONFIG COMMANDS BETWEEN "KEYWORD" AND "END" ARE USED
; ONLY IF YOU DEFINE -K<KEYWORD> ON COMMAND LINE. "ELSE"
; ALSO SUPPORTED (SEE END OF THIS CONFIG FILE)
KEYWORD NORMALMENUS
; "Your Command" string
; default="Your Command: "
YOURCOMMAND Your Command:
; Cursor to edit menu types with key #254. First cursor
; char in double quotes and then color (note: three numbers)
; default=">"014," "014
MOVECRSRON ">"014
MOVECRSROFF " "014
; To show or not to show (c) & registration info at the
; beginning (works only with registered versions)
; 'ON', 'TRUE' or 'YES' to show copyright and registration
; information
; 'OFF', 'FALSE' or 'NO' to go straight to the top menu
; default=on
ABOUTSCREEN ON
; Filename of default menu file
; (Note: no path!)
; (To RUE this is same as INCLUDE1.MNU to SBBS.)
; default=none
DEFMENUFILE DEFAULT.MNU
; Filename of top menu file
; (Note: no path!)
; default=top.mnu
TOPMENUFILE RUE-TOP.MNU
; RUE Directory (.MNU & .ANS)
; default=current_directory
RUEDIR C:\PROG\RUE\NORMAL
END
KEYWORD MEGAEDITMENUS
YOURCOMMAND
MOVECRSRON ">"014
MOVECRSROFF " "014
ABOUTSCREEN ON
DEFMENUFILE DEFAULT.MNU
TOPMENUFILE RUE-MEGA.MNU
RUEDIR C:\PROG\RUE\MEGAEDIT
END
KEYWORD SUEMENUS
YOURCOMMAND
MOVECRSRON ""012
MOVECRSROFF ""011
ABOUTSCREEN ON
DEFMENUFILE RUEDEF.MNU
TOPMENUFILE RUE.MNU
RUEDIR C:\PROG\RUE\SUE
END
KEYWORD COMBINED
ABOUTSCREEN OFF
TOPMENUFILE COMBINED.MNU
RUEDIR C:\PROG\RUE\COMBINED
JUMPTOUSER USER
END
KEYWORD LOCAL
; COM port:
; <NUM> = COM port <NUM>
; 'LOCAL' or '0' = Local mode only
; default=1
COMPORT LOCAL
; Node directory (specified only on multiline BBSs)
; default=none
NODEDIR C:\MODEM\SBBS\LINE2
ELSE
COMPORT 1
NODEDIR C:\MODEM\SBBS\LINE1
END