home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.wwiv.com
/
ftp.wwiv.com.zip
/
ftp.wwiv.com
/
pub
/
BBS
/
SQFLO129.ZIP
/
FST.CFG
< prev
next >
Wrap
Text File
|
1995-05-21
|
2KB
|
74 lines
; ┌─────────────────────────────┐
; │ File areas statistics setup │
; └─────────────────────────────┘
; This is an include file of SqFilter.Cfg
; SqFilter can make statistics on your file areas, and put them in a
; message ; the following keywords configure this feature. To disable this
; feature, do not use the 'FStScan' keyword.
;
; FStArea tells SqFilter in which message area it should send the
; statistic report. This message area must have been previously defined.
; If the FStScan keyword is defined, this one must be defined as well.
;
FStArea MyMsg
;
; The FStFtr template defines the footer of the statistics messages. The
; end of the footer is marked by a line containing the keyword 'EndTxt'.
;
FStFtr
*
{AreasFileCount} files, {AreasFileSize(m)} Mb.
Average file date : {AreasFileAvgDate}
{DiskFree(c,m,5)} Mb free on C:
{DiskFree(d,m,5)} Mb free on D:
{DiskFree(e,m,5)} Mb free on D:
{DiskFree(f,m,5)} Mb free on F:
*
These were the statistics for Zlika file areas, brought
to you by your caring SysOp !
*
--- SqFilter/2, LoraBBS/2, Whatever/2...
* Origin: Zlika - Courbevoie, France, Europe, Terre, etc... ({LocalAddr})
EndTxt
;
; FStScan tells SqFilter which file areas should be included in the
; statistic report. See the 'AfxScan' keyword for a detailed syntax
; description.
;
FStScan OS2*
FStScan DOS*
;
; FStUnScan tells SqFilter which file areas NOT to scan among those
; previously defined by a FStScan keyword.
;
FStUnScan MIND
FStUnScan TRADUCT
;
; FStSubject defines the string that will be used as a 'subject' field
; of the statistics messages.
;
FStSubject Zlika's file areas statistics
;
; When defined, the FStAreaTpl template describes which informations
; should be put, for each file area, in the statistics message.
;
FStAreaTpl
Area {FileAreaTag()} - {FileAreaDesc}
({FileAreaPath})
{FileAreaCount} file(s), {FileAreaSize(k)}kb
Average date : {FileAreaAvgDate}
EndTxt