home *** CD-ROM | disk | FTP | other *** search
- ;
- ; PinBoard Designer V1.1
- ; (c) 1992 by Oliver Weindl
- ; Programmer's Inn 2:246/45 / 2:246/145
- ; +49-8781-3418 / +49-8781-3442 Node 1 HST/DS Node 2 ZyXEL+
- ;
- ;
- ; Path to the Dorinfo?.Def File (The ? depends on the line !)
- ;
- DORINFOPATH J:\SBBS\LINE1\
- ;
- ; Number of current Line (each line requires special .CTL file !)
- ;
- LINE 1
- ;
- ;
- ; Path to your EXITINFO.BBS File (SuperBBS only !)
- ; Delete this statement, if you have no EXITINFO.BBS file !
- ;
- EXITINFOPATH J:\SBBS\LINE1\
- ;
- ;
- ; How many PinBoardNotes should be processed (define up to 99 !)
- ;
- MAXNOTES 3
- ;
- ; Path to your BBS-Textdirectory, where the PINBOARD.A??-Files
- ; should be placed
- ;
- TEXTPATH J:\SBBS\TEXT
- ;
- ;
- ; How many lines may a PinBoard message have ? (1-99)
- ;
- MAXLINES 10
- ;
- ; Text which shows the user how much lines he may enter !
- ; Attention ! set this according to MAXLINES !
- ;
- COUNTSTRING Please enter up to 10 lines !
- ;
- ;
- ; Questionstring, if user enters an empty line.
- ;
- ; Syntax : SAVESTRING <SAVECHAR> <SAVES-Question>
- ;
- ;
- SAVESTRING S <S>ave message or <C>ontinue
- ;
- ;
- ; Specify the question, wether user wants to drop or compile
- ; the new PinBoard Message
- ;
- ; Syntax : COMPILEQUESTION <Save_Char> <Drop_Char> <Text>
- ;
- COMPILEQUESTION S D <S>ave this PinBoard Message or <D>rop it (S/D) ?
- ;
- ;
- ; FinalString is displayd before the Compilequestion
- ;
- FINALSTRING You have entered follwoing PinBoard Message :
- ;
- ;
- ;
- ; Designe the Header-Line for the PinBoard message
- ; Following macros are available:
- ; $ is replaced with username
- ; % is replaced with current date
- ; & is replaced with current time
- ;
- SAYSTRING $ says on % at & following
- ;
- ; Press-Enter-Text
- ;
- CONTINUE Please press <ENTER> to continue...
- ;
- ; Define Inactivity timeout in seconds (default 300)
- ;
- INACTIVITY 300
- ;
- ; Path and name of your SBBS-style logfile
- ; if no logfile is specified, logging is disabled !
- ;
- LOGFILE J:\SBBS\LINE1\SYSTEM.LOG
- ;
- ; <EOF>