home *** CD-ROM | disk | FTP | other *** search
- ;******************************************************************************
- ;* *
- ;* Sample Configuration File for The Art Node Lister 1.20 *
- ;* *
- ;* *
- ;* For any questions, comments or bug report please contact: *
- ;* Author: Philippe Feuerstein, 2:323/3@Fidonet *
- ;* Support BBS: L'Art Des Choix!, (+33) 75-67-61-64, 14400 HST V32b *
- ;* *
- ;* Filename of the configuration file must be Artnode.Cfg *
- ;* It must reside in the Artnode.Exe directory *
- ;* *
- ;* Line format is: VARIABLE value. *
- ;* Everything after ; or % is only comments. *
- ;* *
- ;* Any value defined here can be overriden by command line *
- ;* *
- ;******************************************************************************
-
-
- ;******************************************************************************
- ; NODELIST_DIR: Directory where reside the Nodelist (with or without trailing \)
- ; Command line equivalent switch: /p
- ; If omitted here and in command line, default to current path.
- ; The newly generated nodelist will also go in this directory.
- ;******************************************************************************
-
- NODELIST_DIR D:\Nodelist
-
-
-
-
- ;******************************************************************************
- ; NODELIST_NAME: Name of the Nodelist without extension. Eg: nodelist, egglist
- ; Command line equivalent switch: /n
- ; If omitted here and in command line, default to NODELIST.
- ;******************************************************************************
-
- NODELIST_NAME Nodelist
-
-
-
-
- ;******************************************************************************
- ; NODEDIFF_DIR: Directory where reside the Nodediff (with or without trailing \)
- ; Command line equivalent switch: /i
- ; If omitted here and in command line, default to current path.
- ;******************************************************************************
-
- NODEDIFF_DIR C:\Fd\Inbound
-
-
-
-
- ;******************************************************************************
- ; NODEDIFF_NAME: Name of the Nodelist without extension. Eg: nodediff, eggdiff
- ; Command line equivalent switch: /d
- ; If omitted here and in command line, default to NODEDIFF.
- ;******************************************************************************
-
- NODEDIFF_NAME Nodediff
-
-
-
-
- ;******************************************************************************
- ; ADDRESS: Address used for List or Subset. Must be Zone:Region
- ; Command line equivalent switch: /a
- ; Eg: 2:0 for the whole zone 2
- ; 2:32 for zone 2, region 32
- ; 2:323 for zone 2, net 323
- ;******************************************************************************
-
- ADDRESS 2:32
-
-
-
-
- ;******************************************************************************
- ; OUTPATH: Directory where will go generated List or Subset
- ; If omitted here and in command line, default to current path.
- ; Command line equivalent switch: /o
- ;******************************************************************************
-
- OUTDIR C:\Files\Nodediff
-
-
-
-
- ;******************************************************************************
- ; PACKER: Packer used for compressing Subset. Archiver programm must be
- ; on your path.
- ; If omitted here and in command line, default to NONE.
- ; Switch Arc-Type Archiver used
- ; N None
- ; A ARC PkPak.Exe
- ; J ARJ Arj.Exe
- ; L LHA Lha.Exe
- ; Z ZIP PkZip.Exe
- ;******************************************************************************
-
- PACKER A
-
-
-
-
- ;******************************************************************************
- ; HUB: Include Hub(s) in Dbf and Bulletins
- ; Command line switch equivalent: /u
- ; If omitted here and in command line, default to YES.
- ; NO means do not include, anything else include
- ;******************************************************************************
-
- HUB Yes
-
-
-
-
- ;******************************************************************************
- ; Colors: These define the colors used in ANS and AVT bulletin when used
- ; The format is ForegroundColor/BackgroundColor.
- ; Possible colors are: BLACK, BLUE, GREEN, CYAN, RED, MAGENTA,
- ; BROWN, WHITE for background
- ;
- ; BLACK, BLUE, GREEN, CYAN, RED, MAGENTA,
- ; BROWN, WHITE, GRAY, B_BLUE, B_GREEN,
- ; B_CYAN, B_RED, B_MAGENTA, B_YELLOW,
- ; B_WHITE for foreground (B stands for bright)
- ;
- ; If not specified, a default palette is used (try it!), shown as
- ; example below.
- ;
- ; BORDER_COLOR: For the borders
- ; SHADOW_COLOR: For the shadow
- ; TEXT_COLOR: For the main text
- ; REGION_COLOR: For the Net or Country text lines
- ; TITLE_COLOR: For the Name, Location, Telephone, Baud line
- ; PUB_COLOR: For my advertisement lines
- ;******************************************************************************
-
-
- ;BORDER_COLOR YELLOW/BLUE
- ;SHADOW_COLOR CYAN/BLACK
- ;TEXT_COLOR WHITE/BLUE
- ;REGION_COLOR B_BLUE/BLUE
- ;TITLE_COLOR B_GREEN/BLUE
- ;PUB_COLOR B_RED/BLUE
-
-
-
- ;******************************************************************************
- ; The End...
- ;******************************************************************************
-