home *** CD-ROM | disk | FTP | other *** search
- ;Sample INI-FILE for MB-HOLD v1.1
- ;
- ;These are the same filename's as the PB-language files. Eg. if your language
- ;file is "DUTCH.PBL", then you can specify here an alternative INI-file for
- ;that particular language. BUT... THE EXTENSION MUST BE .INI !!!
- ;If NO redirection to a INI file could be found, the INI-file must be called
- ;MB-HOLD.INI !!!
- ;
- ENGLISH=G:\BBS\PB\HOLD-ENG.INI
- DUTCH=G:\BBS\PB\HOLD-DUT.INI
- ;
- ;
- ;
- ;
- ;If No redirection to the language-file is found, these values will be used:
- ;
- ;
- ;The name of the ANSI file
- ;
- ANSI=MB-HOLD
- ;
- ;THe number of your netmailarea in ProCfg!
- ;
- NETMAILAREA=300
- ;
- EXCLUDE1=Wim Jans
- EXCLUDE2=BRE System
- EXCLUDE3=FE System
- ;EXCLUDE4=
- ;EXCLUDE5=
- ;
- DISPLAYTYPE=1
- ;
- ;X1=Column for address
- X1=12
- ;X2=Column for destination
- X2=35
- ;X3=Column for the type of mail (file-attached or just mail)
- X3=60
- ;
- ;Y1=First Row
- Y1=6
- ;Y2=Last Row
- Y2=20
- ;
- ;Here you can specify which header must be displayed on the ANSI.
- ;See DOC-file for the structure of the colors ;-))
- ;HEADER-X and HEADER-Y are the coordinates of course;-)))
- ;
- HEADER=@X71The following mail is waiting on this system:
- HEADER-X=17
- HEADER-Y=2
- ;
- ;Here you can specify which footer must be displayed on the ANSI.
- ;See DOC-file for the structure of the colors ;-))
- ;FOOTER-X and FOOTER-Y are the coordinates of course;-)))
- ;
- FOOTER=@X71Press any key to continue...
- FOOTER-X=26
- FOOTER-Y=22
- ;
- ;TITLE-1 is the title for the NodeNumbers
- ;TITLE-2 is the title for the Destination
- ;TITLE-3 is the title for the Type
- ;See also in the DOC-file for the structure of the colors!!
- ;TITLE-Y is the ROW-coordinate. The X-coordinate is already given
- ;by X1 and X2 (see above)
- ;
- TITLE-1=@X75Address
- TITLE-2=@X75Destination
- TITLE-3=@X75Mail File
- TITLE-Y=5
- ;
- ;
- ;This is a very difficult entry to explain. This is the clearline which will
- ;be used to clear the screen if their is more then 1 page of waiting netmail.
- ;Be sure that you fill in the line with spaces!!! Therefor I've put also a
- ;color structure at the end of the line, but this isn't necessary!
- ;
- CLEARLINE=@X7E @X7E
- ;
- COLOR-ADDRESS=@X7E
- COLOR-SEPARATOR=@X74
- COLOR-DESTINATION=@X7E
- COLOR-STATUS=@X71
- ;
- COLOR-ADDRESS-USER=@XFE
- COLOR-SEPARATOR-USER=@XF4
- COLOR-DESTINATION-USER=@XFE
- COLOR-STATUS-USER=@XF1
-