home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / sqflo130.zip / FST.CFG < prev    next >
Text File  |  1995-05-21  |  2KB  |  74 lines

  1. ;                        ┌─────────────────────────────┐
  2. ;                        │ File areas statistics setup │
  3. ;                        └─────────────────────────────┘
  4. ;                    This is an include file of SqFilter.Cfg
  5.  
  6. ; SqFilter can make statistics on your file areas, and put them in a
  7. ; message ; the following keywords configure this feature. To disable this
  8. ; feature, do not use the 'FStScan' keyword.
  9.  
  10. ;
  11. ; FStArea tells SqFilter in which message area it should send the
  12. ; statistic report. This message area must have been previously defined.
  13. ; If the FStScan keyword is defined, this one must be defined as well.
  14. ;
  15. FStArea MyMsg
  16.  
  17. ;
  18. ; The FStFtr template defines the footer of the statistics messages. The
  19. ; end of the footer is marked by a line containing the keyword 'EndTxt'.
  20. ;
  21. FStFtr
  22.                                    *
  23.  
  24. {AreasFileCount} files, {AreasFileSize(m)} Mb.
  25.  
  26. Average file date : {AreasFileAvgDate}
  27.  
  28. {DiskFree(c,m,5)} Mb free on C:
  29. {DiskFree(d,m,5)} Mb free on D:
  30. {DiskFree(e,m,5)} Mb free on D:
  31. {DiskFree(f,m,5)} Mb free on F:
  32.  
  33.                                    *
  34.         These were the statistics for Zlika file areas, brought
  35.                      to you by your caring SysOp !
  36.                                    *
  37.  
  38. --- SqFilter/2, LoraBBS/2, Whatever/2...
  39.  * Origin:  Zlika - Courbevoie, France, Europe, Terre, etc... ({LocalAddr})
  40. EndTxt
  41.  
  42. ;
  43. ; FStScan tells SqFilter which file areas should be included in the
  44. ; statistic report. See the 'AfxScan' keyword for a detailed syntax
  45. ; description.
  46. ;
  47. FStScan OS2*
  48. FStScan DOS*
  49.  
  50. ;
  51. ; FStUnScan tells SqFilter which file areas NOT to scan among those
  52. ; previously defined by a FStScan keyword.
  53. ;
  54. FStUnScan MIND
  55. FStUnScan TRADUCT
  56.  
  57. ;
  58. ; FStSubject defines the string that will be used as a 'subject' field
  59. ; of the statistics messages.
  60. ;
  61. FStSubject Zlika's file areas statistics
  62.  
  63. ;
  64. ; When defined, the FStAreaTpl template describes which informations
  65. ; should be put, for each file area, in the statistics message.
  66. ;
  67. FStAreaTpl
  68. Area {FileAreaTag()} - {FileAreaDesc}
  69.      ({FileAreaPath})
  70.      {FileAreaCount} file(s), {FileAreaSize(k)}kb
  71.      Average date : {FileAreaAvgDate}
  72. EndTxt
  73.  
  74.