home *** CD-ROM | disk | FTP | other *** search
- ; SqReport
- ; Bob Rakov, 1:203/53
- ; Folsom, CA
- ;
- ; Sample Config file for SqReport
- ; Precede comments with a ';'
- ;
- ;Anything in the config line can be overridden by command line switches.
- ;
- ; This is the name of your Log file. If you don't specify a Log file here
- ; or on the command line, you must specify a Data File either here or on the
- ; command line in order for SqReport to have something useful to do. The log
- ; file speecified here can be overriden by specifying one on the command
- ; line. If you just specify -L by itself on the command line, it will
- ; override the one specified here and no log will be used.
- ;
- ;LogFile D:\Squish\Squish.Log
- ;
- ;
- ; If you want SqReport to store information (useful for cumulative
- ; reports), specify a Data File here. The -dDATAFILE command line switch
- ; will override this. If no log is specified on the command line or in the
- ; config file, a data file must be specified on the command line or in the
- ; config file in order for SQReport to have something useful to do. If you
- ; just specify -D by itself on the command line, it will override the
- ; one specified here and no data file will be used or created.
- ;
- ;DataFile D:\Squish\Squish.Dat
- ;
-
-
- ; If you want SqReport to create a report file, specify the location and
- ; name of the file here. See the documentation for the program CARVE
- ; (included with this archive if you would like to break this report up into
- ; message-sized pieces. The command line -rReportFile will override
- ; whatever you specify here. If you just specify -R by itself on the
- ; command line, it will override the one specified here and no report will
- ; be created.
- ;
- ;ReportFile D:\Squish\Squish.Rpt
- ;
-
- ; This is your areas.bbs file. Specify this if you want SqReport to compare
- ; the echomail traffic received against the areas listed in your areas.bbs
- ; file to create a 'dead area' report. If you just specify -A by itself on
- ; the command line, it will override the one specified here and no areas.bbs
- ; will be used.
- ;
- ;AreasBbs D:\Squish\Areas.Bbs
- ;
-
- ; If you have some or all of your areas listed in a Squish.Cfg format file
- ; instead of, or in addition to areas.bbs, use this parameter. Once again,
- ; if you just specify -S by itself on the command line, it will override the
- ; one specified here and no Squish.Cfg file will be used.
- ;
- ;SquishConfig D:\Squish\Squish.Cfg
- ;
-
- ; If you want the output from SqReport to not list the nodes from whom you
- ; receive low traffic, use this parameter. This only affects output. The
- ; information is still stored in the data files if they are used. The
- ; command line parameter -Inumber will override the one specified here. A
- ; command line parameter of -I by itself will cause all inbound messages to
- ; be listed in the report.
- ;
- ; Messages
- ; --------
- ;Inbound_Threshold 10
- ;
-
- ; If you want the output from SqReport to not list the nodes to whom you
- ; send low traffic, use this parameter. This only affects output. The
- ; information is still stored in the data files if they area used. The
- ; command line parameter -Onumber will override the one specified here. A
- ; command line parameter of -O by itself will cause all outbound bytes to
- ; be listed in the report.
- ;
- ; Bytes
- ; --------
- ;Outbound_Threshold 30000
- ;
-
- ; For no screen output, use this parameter. The program will run a bit
- ; faster in quiet mode. The -Q command line parameter will toggle this.
- ;
- ;Quiet
- ;
-
- ; To kill the log after processing. The -K command line parameter will
- ; toggle this.
- ;
- ;Kill_Log
- ;
-
- ; For those of you who can't live without color (or colour)
- ;
- ;Color_Text 15 (possible 0..16)
- ;
- ;Color_Back 1 (possible 0..7)
- ;
- ; 0 Black 8 DarkGray
- ; 1 Blue 9 LightBlue
- ; 2 Green 10 LightGreen
- ; 3 Cyan 11 LightCyan
- ; 4 Red 12 LightRed
- ; 5 Magenta 13 LightMagenta
- ; 6 Brown 14 Yellow
- ; 7 LightGray 15 White
- ;
- ; ---------- fini ------------
-