home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / ALT_110.ARJ / SAMPLE.CTL < prev   
Encoding:
Text File  |  1994-06-24  |  2.9 KB  |  125 lines

  1. ;
  2. ;      ALLIST sample control file - should be renamed to ALLIST.CTL!
  3. ;
  4. ;
  5. ; Define the filename for the global-list file.
  6. ; Maximum 12 characters-long. Default: ALLFILES.LST
  7. ;
  8. AllFILE     RANGER.LST
  9. ;
  10. ;
  11. ; Define the filename for the newfiles-list.
  12. ; Maximum 12 characters-long. Default: NEWFILES.LST
  13. ;
  14. NewFILE     NEW30.LST
  15. ;
  16. ;
  17. ; Define the filename for the group???.lst (* Registered only *)
  18. ; Maximum 5 characters-long. Default: GROUP
  19. ;
  20. ; GroupFILE   GROUP
  21. ;
  22. ;
  23. ; Maximum security level to list. Area's list-security parameter must
  24. ; be equal to 'Sec' or LOWER in order to be listed. Default: 64000
  25. ;
  26. Sec         30
  27. ;
  28. ;
  29. ; Minimum security level to list. Area's list-security parameter must
  30. ; be equal to 'Sec' or HIGHER in order to be listed. Default: 0
  31. ;
  32. MinSec      10
  33. ;
  34. ;
  35. ; Generate 'Newfiles' list since the last 'New' days ...
  36. ;
  37. New         30
  38. ;
  39. ;
  40. ; Justify long-descriptions righter in 'Cnt' columns. This should be
  41. ; used in-case you have download-counters in your FILES.BBS. (eg. [015])
  42. ;
  43. ; Cnt         5
  44. ;
  45. ; Set a RAMDrive as a temp directory and assign maximum buffer-size in
  46. ; order to gain much more speed in the processing. The first parameter
  47. ; is the drive-letter and the second parameter is the buffer-limit by
  48. ; kilobytes.
  49. ;
  50. ;Ram         H 300
  51. ;
  52. ;
  53. ; Generate 'Allfiles' list
  54. ;
  55. All
  56. ;
  57. ;
  58. ; Generate sperate 'Group' list for each group (* Registered only *)
  59. ;
  60. Groups
  61. ;
  62. ;
  63. ; Perform headers to each FILES.BBS. A header could be defined in an
  64. ; external hard-coded file called 'ALLIST.HDR'. This file can contain
  65. ; several types of templates. See documentation for more details.
  66. ;
  67. ;AddHDR
  68. ;
  69. ;
  70. ; Remove any previous/existing header from your FILES.BBS
  71. ;
  72. ; RemoveHDR
  73. ;
  74. ;
  75. ; Generate a report of all the MISSING files from your files-base.
  76. ; the list will be exported to 'ALLIST.MIS'
  77. ;
  78. Missing
  79. ;
  80. ;
  81. ; Generate a report of all the straying (orphan - existing files that
  82. ; don't appear in the FILES.BBS) files in your files-base. The list
  83. ; will be exported to 'ALLIST.STR'.
  84. ; CATION! Don't use this option in a daily-batch-mode as it will SLOWWW
  85. ;         down the processing!
  86. ;
  87. ; Stray
  88. ;
  89. ;
  90. ; Create backups of your FILES.BBS. This option will cause ALLIST to
  91. ; copy each area's FILES.BBS to the current directory as 'FILES.nnn'
  92. ; while 'nnn' is the area-number.
  93. ;
  94. ; Bak
  95. ;
  96. ;
  97. ; Change the date-format that will be used in the lists.
  98. ; Default is 1 (European)
  99. ;
  100. ; DateFmt   0
  101. ;
  102. ;
  103. ; Generate a short statistics file for your files-base
  104. ;
  105. Status
  106. ;
  107. ;
  108. ; Define special areas-only to be included in the list. This will be
  109. ; explained detaily in the documentation. Here I can say, that it's
  110. ; 100% to the RAFILE's @areas.lst option.
  111. ;
  112. ;Include    @areas.lst
  113. ;
  114. ;
  115. ; The same as 'Include' but this will be used to exclude AFTER the
  116. ; 'Include'. It uses the same format.
  117. ;
  118. ;Exclude     g30 147 12-19
  119. ;
  120. ;
  121. ;
  122. ;
  123. ; End of ALLIST.CTL
  124. ;
  125.