home *** CD-ROM | disk | FTP | other *** search
- ; Sample Configuration file for CallNo
- ; Created 10/01/95
- ;
- ; All lines preceded by a ; are ignored
- ;
- ;
- ; MessagePost : This option is for notifiying the sysop and the user of a
- ; certain caller number to the system, say for example to
- ; award a prize for that caller.
- ; This is a MODULUS function - specifying 100 will notify
- ; the sysop of any caller who lands on number divisible by
- ; 100. So Caller 200, 300, 400 will all cause the notify to
- ; occur.
- ; Setting this value to 0 will stop messages.
- ;
- ; Post a message every 2000 calls to the system
- MessagePost=2000
- ;
- ;
- ; UserMsgArea : For Ezycom and Hudson message bases, you need to specify
- ; the area number to use.
- ; Hudson needs a 3 digit code, Ezycom a 4 digit code
- ; For all others, use 0
- ;
- ; I'll write to a JAM message area, so a 0 must appear
- UserMsgArea=0
- ;
- ; UserMsgPath : The path of the message area
- ; For a Hudson area, this is the path of the HMB
- ; For JAM, .MSG, Squish and Ezycom, this is the path
- ; to the message files.
- ;
- UserMsgPath=C:\LOCAL\GENERAL
- ;
- ; UserMsgType : This is the type of message area that is to be written to
- ; Valid values are :
- ; J - JAM
- ; H - Hudson
- ; S - Squish
- ; F - Fido *.MSG
- ; E - Ezycom
- ;
- UserMsgType=J
- ;
- ;
- ; UserMsgText : Contains the text message to post to the user
- ;
- UserMsgText=C:\RA\CALLNO\USER.TXT
- ;
- ;
- ; See above for explainations of the next four lines
- ;
- ; Area 200 in my HMB
- SysMsgArea=200
- ;
- SysMsgPath=C:\RA\MSGBASE
- ;
- SysMsgType=H
- ;
- SysMsgText=C:\RA\CALLNO\SYSOP.TXT
- ;
- ;
- ; MsgFrom : Who should the message be from ? (Unused)
- ;
- MsgFrom=Unused
- ;
- ;
- ; UseTxtPth : Should Caller Number us the text path as defined in RA or
- ; not ?
- ; Specify YES or NO
- ;
- UseTxtPth=YES
- ;
- ;
- ; TxtPath : If you specify NO to the above, which path should Caller
- ; Number use instead ?
- ;
- TxtPath=
- ;
- ;
- ; UseLogFile : Should Caller Number use the log file as defined in RACONFIG
- ; or another one ?
- ; Specify YES or NO
- ;
- UseLogFile=NO
- ;
- ;
- ; LogFile : If you specified NO to the above, which log file should
- ; Caller Number write (Path AND Filename!)
- ;
- LogFile=C:\RA\CALLNO\CALLNO.LOG
- ;
- ; MultiNode : If you run a multinode system, Callno will update your log files
- ; correctly.
- ; Specify YES or NO
- ;
- MultiNode=YES
- ;
- ;
- ; These options are not implemented for this version. Please ignore
- ;
- ColourTop=
- ColourMiddle=
- ColourBottom=
-