home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / WIZ13D.ZIP / WIZ_CTL.ENG < prev    next >
Text File  |  1994-09-15  |  36KB  |  740 lines

  1.  
  2. %╓────────────────────────────────────────────────────────────────────────────╖
  3. %║ File Wizard Control File                                                   ║
  4. %║ (c) 1993 by Oliver Weindl                                                  ║
  5. %╙────────────────────────────────────────────────────────────────────────────╜
  6.  
  7.  
  8. %╓────────────────────────────────────────────────────────────────────────────╖
  9. %║ Path to the extracted filelists.                                           ║
  10. %║ These filelists will be searched for file-descriptions                     ║
  11. %╙────────────────────────────────────────────────────────────────────────────╜
  12.  
  13. FileListPath X:\SAMMEL\AUSP
  14.  
  15. %╓────────────────────────────────────────────────────────────────────────────╖
  16. %║ Use the german online-help (if you read _this_ you won't need it ;-)       ║
  17. %╙────────────────────────────────────────────────────────────────────────────╜
  18.  
  19. %╓────────────────────────────────────────────────────────────────────────────╖
  20. %║German_Help_File                                                            ║
  21. %╙────────────────────────────────────────────────────────────────────────────╜
  22.  
  23.  
  24. %╓────────────────────────────────────────────────────────────────────────────╖
  25. %║ Path (+ evtl. name) to your file-area config files.                        ║
  26. %║ You only have to define the path for your bbstype (see below)              ║
  27. %╙────────────────────────────────────────────────────────────────────────────╜
  28.  
  29. %╓────────────────────────────────────────────────────────────────────────────╖
  30. %║ For bbstype GENERIC, Path+Name                                             ║
  31. %╙────────────────────────────────────────────────────────────────────────────╜
  32. FLSEARCH_CTL      E:\BP\BIN\WIZARD\FLSEARCH.CTL
  33.  
  34. %╓────────────────────────────────────────────────────────────────────────────╖
  35. %║ For bbstype SBBS, Path+FLSEARCH.CTL                                        ║
  36. %╙────────────────────────────────────────────────────────────────────────────╜
  37. FLSEARCH_BBS      J:\SBBS\FLSEARCH.BBS
  38.  
  39. %╓────────────────────────────────────────────────────────────────────────────╖
  40. %║ For bbstype ProBoard, Path+FILECFG.PRO                                     ║
  41. %╙────────────────────────────────────────────────────────────────────────────╜
  42. FILES_PROBOARD    K:\DB\FILES\FILECFG.PRO
  43.  
  44. %╓────────────────────────────────────────────────────────────────────────────╖
  45. %║ For bbstype RemoteAccess, Path+FILES.RA                                    ║
  46. %╙────────────────────────────────────────────────────────────────────────────╜
  47. FLSEARCH_RA       J:\SBBS\FLSEARCH.BBS
  48.  
  49. %╓────────────────────────────────────────────────────────────────────────────╖
  50. %║ For bbstype WME, only the path to WME-directory !                          ║
  51. %╙────────────────────────────────────────────────────────────────────────────╜
  52. FILEAREA_BBS_PATH J:\WME
  53.  
  54. %╓────────────────────────────────────────────────────────────────────────────╖
  55. %║ For bbstype LoraBBS, only the path to Lora-directory !                     ║
  56. %╙────────────────────────────────────────────────────────────────────────────╜
  57. FILEAREA_LORA_PATH E:\LORA
  58.  
  59. %╓────────────────────────────────────────────────────────────────────────────╖
  60. %║ Wich sequence should be put before the paths of every filearea             ║
  61. %║ defined in LoraBBS (Please write all chars, with ending backslash etc!)    ║
  62. %╙────────────────────────────────────────────────────────────────────────────╜
  63.  
  64. LORA_PATH_PREFIX E:\LORA\
  65.  
  66.  
  67. %╓────────────────────────────────────────────────────────────────────────────╖
  68. %║ Following command defines the path to the RA 2.0 FileBase                  ║
  69. %╙────────────────────────────────────────────────────────────────────────────╜
  70.  
  71. RA200_FILEBASE_PATH E:\RA\FILEBASE
  72.  
  73.  
  74. %╓────────────────────────────────────────────────────────────────────────────╖
  75. %║ File Wizard can handle multiline filedescritpions.                         ║
  76. %║ The following command defines the first chars of                           ║
  77. %║ a line, if this line is such a multiline filedescription.                  ║
  78. %║ In SBBS this string must be " >", in WME you don't need                    ║
  79. %║ this setting.                                                              ║
  80. %║ You can define up to 10 different strings, but the first                   ║
  81. %║ one will be used when saving the areas to disk !                           ║
  82. %╙────────────────────────────────────────────────────────────────────────────╜
  83.  
  84. MULTILINESTRING " >"
  85. MULTILINESTRING " +"
  86. MULTILINESTRING " |"
  87.  
  88. %╓────────────────────────────────────────────────────────────────────────────╖
  89. %║ Define which bbstype you're using. The bbstype GENERIC                     ║
  90. %║ signs a FLSEARCH.CTL style bbstype with FILES.BBS.                         ║
  91. %╙────────────────────────────────────────────────────────────────────────────╜
  92.  
  93. ;BBSTYPE SBBS
  94. ;BBSTYPE WME
  95. ;BBSTYPE RA
  96. ;BBSTYPE RA200
  97. ;BBSTYPE PROBOARD
  98. ;BBSTYPE LORABBS
  99. BBSTYPE GENERIC
  100.  
  101. %╓────────────────────────────────────────────────────────────────────────────╖
  102. %║ If following parameter is active, File Wizard always reformats             ║
  103. %║ the descriptions in your filearea to column 14. This function              ║
  104. %║ should not be used, if you have ASCII-logos in your file-                  ║
  105. %║ descriptions                                                               ║
  106. %╙────────────────────────────────────────────────────────────────────────────╜
  107.  
  108. Always_Reformat_Description
  109.  
  110.  
  111. %╓────────────────────────────────────────────────────────────────────────────╖
  112. %║ File Wizard can mark missing files by color in editor-mode.                ║
  113. %║ Please cosnider, that if you use this option, File Wizard                  ║
  114. %║ has to search the filebase for the existance of the files.                 ║
  115. %║ This will slow down File Wizard !                                          ║
  116. %╙────────────────────────────────────────────────────────────────────────────╜
  117.  
  118. HIGHLIGHT_MISSING
  119.  
  120. %╓────────────────────────────────────────────────────────────────────────────╖
  121. %║ Should File Wizard search the Floppies when changing the drive ?           ║
  122. %╙────────────────────────────────────────────────────────────────────────────╜
  123.  
  124. %╓────────────────────────────────────────────────────────────────────────────╖
  125. %║SEARCH_AB                                                                   ║
  126. %╙────────────────────────────────────────────────────────────────────────────╜
  127.  
  128.  
  129. %╓────────────────────────────────────────────────────────────────────────────╖
  130. %║ Wildcard for displaying the directory structure. To catch all              ║
  131. %║ directories, specify *.*, if you do not have any directories with          ║
  132. %║ extension, specify *., this will speed up the procedure                    ║
  133. %╙────────────────────────────────────────────────────────────────────────────╜
  134.  
  135. Directory_Search_String *.
  136.  
  137. %╓────────────────────────────────────────────────────────────────────────────╖
  138. %║ Should File Wizard create .BAK files ?                                     ║
  139. %╙────────────────────────────────────────────────────────────────────────────╜
  140.  
  141. Make_BAK_Files
  142.  
  143.  
  144. %╓────────────────────────────────────────────────────────────────────────────╖
  145. %║ How many kilobytes should be free on target drive, when moving/copying     ║
  146. %║ files (value in kilobytes!).                                               ║
  147. %╙────────────────────────────────────────────────────────────────────────────╜
  148.  
  149. Min_Free 1000
  150.  
  151.  
  152. %╓────────────────────────────────────────────────────────────────────────────╖
  153. %║ Delay for the exploding windows. Set this value lower to                   ║
  154. %║ gain more speed when opening windows.                                      ║
  155. %╙────────────────────────────────────────────────────────────────────────────╜
  156.  
  157. Explode_Delay 10
  158.  
  159.  
  160. %╓────────────────────────────────────────────────────────────────────────────╖
  161. %║ Even all bulletin boards have an extra uploadarea. Define                  ║
  162. %║ the path to this uploadarea.                                               ║
  163. %╙────────────────────────────────────────────────────────────────────────────╜
  164.  
  165. DEFAULTAREAPATH E:\AREA\AREA2\
  166.  
  167.  
  168. %╓────────────────────────────────────────────────────────────────────────────╖
  169. %║ Defaultpath for im- or export of files                                     ║
  170. %╙────────────────────────────────────────────────────────────────────────────╜
  171.  
  172. EX-IMPORT_PATH C:\
  173.  
  174. %╓────────────────────────────────────────────────────────────────────────────╖
  175. %║ You can define following key combinations to certain macros                ║
  176. %║ you've defined. Put the name of the macro after the command                ║
  177. %║ without path and without the extension .MAC !                              ║
  178. %╙────────────────────────────────────────────────────────────────────────────╜
  179.  
  180. Macro_ALT-F1 MACRO1
  181. Macro_ALT-F2 MACRO2
  182. Macro_ALT-F3 MACRO3
  183. Macro_ALT-F4 MACRO4
  184.  
  185.  
  186. %╓────────────────────────────────────────────────────────────────────────────╖
  187. %║ External list utility for viewing text or binary files                     ║
  188. %║ with path and extension !                                                  ║
  189. %╙────────────────────────────────────────────────────────────────────────────╜
  190.  
  191. External_List C:\UTILITY\LIST.COM
  192.  
  193.  
  194. %╓────────────────────────────────────────────────────────────────────────────╖
  195. %║ File Wizard supports the following packers. To allow maximum               ║
  196. %║ flexelibility, you can add macros to the commandline options.              ║
  197. %║                                                                            ║
  198. %║  ~@    Path and filename, where all taged files are placed                 ║
  199. %║  ~D    Path and filename of the actual archive                             ║
  200. %║  ~V    Path of the actual filearea                                         ║
  201. %║  ~F    Path and name of the actual FILES.BBS (only GENERIC and SBBS)       ║
  202. %║  ~B    Description of the actual archive                                   ║
  203. %║  ~E    Destination-directory                                               ║
  204. %║  ~A    Name of the files to extract                                        ║
  205. %║  ~X    Path and name of the archive                                        ║
  206. %╙────────────────────────────────────────────────────────────────────────────╜
  207.  
  208. ARJPacker K:\DB\PACKER\ARJ.EXE e -y ~X ~E ~A
  209. ZIPPacker K:\DB\PACKER\PKUNZIP.EXE ~X ~E ~A
  210. LZHPacker K:\DB\PACKER\LHA.EXE e ~X ~E ~A
  211. ARCPacker K:\DB\PACKER\XARC.EXE ~X ~E ~A
  212. PAKPacker K:\DB\PACKER\PAK.EXE e /I ~X ~E ~A
  213. ZOOPacker K:\DB\PACKER\ZOO.EXE -extract ~X ~E ~A
  214. SQZPacker K:\DB\PACKER\SQZ.EXE e ~X ~E ~A
  215.  
  216.  
  217. %╓────────────────────────────────────────────────────────────────────────────╖
  218. %║ With File Wizard you can tag files on your harddisk, and pack              ║
  219. %║ them into new archives in your fiule area. Following command               ║
  220. %║ defines the syntax for your prefered packer.                               ║
  221. %║                                                                            ║
  222. %║ Following macros are allowed:                                              ║
  223. %║                                                                            ║
  224. %║  ~D    Path and name of the destination archive                            ║
  225. %║  ~E    Direcotry where the files are placed which should be packed         ║
  226. %╙────────────────────────────────────────────────────────────────────────────╜
  227.  
  228. PackCommand PKZIP.EXE -m ~D ~E
  229.  
  230.  
  231. %╓────────────────────────────────────────────────────────────────────────────╖
  232. %║ In order to handle the file correctly, please define the extension         ║
  233. %║ of the above declared packer.                                              ║
  234. %╙────────────────────────────────────────────────────────────────────────────╜
  235.  
  236. PackerExtension ZIP
  237.  
  238.  
  239. %╓────────────────────────────────────────────────────────────────────────────╖
  240. %║ Should File Wizard try to guess the name of the destination archive ?      ║
  241. %╙────────────────────────────────────────────────────────────────────────────╜
  242.  
  243. GuessArchiveName
  244.  
  245.  
  246. %╓────────────────────────────────────────────────────────────────────────────╖
  247. %║ In which directory File Wizard should start, when entering tag-mode ?      ║
  248. %╙────────────────────────────────────────────────────────────────────────────╜
  249.  
  250. DefaultPackPath C:\
  251.  
  252.  
  253. %╓────────────────────────────────────────────────────────────────────────────╖
  254. %║ File Wizard can start external programs (e.g. MTA) for maintenance         ║
  255. %║ purposes. The following macros are valid:                                  ║
  256. %║                                                                            ║
  257. %║  ~@    Path and filename, where all taged files are placed                 ║
  258. %║  ~D    Path and filename of the actual archive                             ║
  259. %║  ~V    Path of the actual filearea                                         ║
  260. %║  ~F    Path and name of the actual FILES.BBS (only GENERIC and SBBS)       ║
  261. %║  ~B    Description of the actual archive                                   ║
  262. %╙────────────────────────────────────────────────────────────────────────────╜
  263.  
  264. CTRL-F1 J:\MTA\MTA.EXE /@~@ /LVL0 /ZIP
  265. CTRL-F2 J:\MTA\MTA.EXE ~D /ZIP
  266. ;CTRL-F3
  267. ;CTRL-F4
  268.  
  269.  
  270. %╓────────────────────────────────────────────────────────────────────────────╖
  271. %║ File Wizard handles up to 50 different file extensions. You can            ║
  272. %║ define a different view utility for each extension.                        ║
  273. %║                                                                            ║
  274. %║  ~@    Path and filename, where all taged files are placed                 ║
  275. %║  ~D    Path and filename of the actual archive                             ║
  276. %║  ~V    Path of the actual filearea                                         ║
  277. %║  ~F    Path and name of the actual FILES.BBS (only GENERIC and SBBS)       ║
  278. %║  ~B    Description of the actual archive                                   ║
  279. %╙────────────────────────────────────────────────────────────────────────────╜
  280.  
  281. External_View GIF C:\UTILITY\VPIC.EXE ~D /m3
  282. External_View BMP C:\UTILITY\VPIC.EXE ~D /m3
  283. External_View PCX C:\UTILITY\VPIC.EXE ~D /m3
  284.  
  285.  
  286. %╓────────────────────────────────────────────────────────────────────────────╖
  287. %║ File Wizard can search the filelists from other systems for                ║
  288. %║ file descriptions. Normally, there will be a listbox in which              ║
  289. %║ the result of the serach will be displayed.                                ║
  290. %║ Following statement will open this listbox if you have searched            ║
  291. %║ for multiple descriptions.                                                 ║
  292. %╙────────────────────────────────────────────────────────────────────────────╜
  293.  
  294. Select_Description
  295.  
  296.  
  297. %╓────────────────────────────────────────────────────────────────────────────╖
  298. %║ Should File Wizard tag multilinedescriptions, when tagging                 ║
  299. %║ the filename ?                                                             ║
  300. %╙────────────────────────────────────────────────────────────────────────────╜
  301.  
  302. Tag_Whole_Description
  303.  
  304.  
  305. %╓────────────────────────────────────────────────────────────────────────────╖
  306. %║ When shelling to DOS, should File Wizard jump to the path of the           ║
  307. %║ actual filearea ?                                                          ║
  308. %╙────────────────────────────────────────────────────────────────────────────╜
  309.  
  310. Dos-Shell_Area
  311.  
  312.  
  313. %╓────────────────────────────────────────────────────────────────────────────╖
  314. %║ Directory for the Extract_And_Run option of File Wizard.                   ║
  315. %║ This directory _must_ be empty, cause File Wizard will                     ║
  316. %║ delete all fiels and subdirectories of this directory !                    ║
  317. %║ Perhaps you will use a large ramdisk !                                     ║
  318. %╙────────────────────────────────────────────────────────────────────────────╜
  319.  
  320. %╓────────────────────────────────────────────────────────────────────────────╖
  321. %║ !!! Attention !!! All subdirectories will be deleted !!!                   ║
  322. %╙────────────────────────────────────────────────────────────────────────────╜
  323.  
  324. FREEDIR e:\bp\bin\wizard\temp
  325.  
  326.  
  327. %╓────────────────────────────────────────────────────────────────────────────╖
  328. %║ Name of files, which describe an archive                                   ║
  329. %║ The following are the most commons.                                        ║
  330. %╙────────────────────────────────────────────────────────────────────────────╜
  331.  
  332. FileDesc FILE_ID.DIZ
  333. FileDesc DESCRIPT.ION
  334. FileDesc DESC.SDI
  335. FileDesc FILEID.DIZ
  336.  
  337.  
  338. %╓────────────────────────────────────────────────────────────────────────────╖
  339. %║ Lookout of your downloadcounter.                                           ║
  340. %╙────────────────────────────────────────────────────────────────────────────╜
  341.  
  342. %╓────────────────────────────────────────────────────────────────────────────╖
  343. %║ left bracket                                                               ║
  344. %╙────────────────────────────────────────────────────────────────────────────╜
  345. DC_LeftBracket  [
  346.  
  347. %╓────────────────────────────────────────────────────────────────────────────╖
  348. %║ right bracket                                                              ║
  349. %╙────────────────────────────────────────────────────────────────────────────╜
  350. DC_RightBracket ]
  351.  
  352. %╓────────────────────────────────────────────────────────────────────────────╖
  353. %║ Following commands are required, when you want to create a list            ║
  354. %║ of all old files in the file areas                                         ║
  355. %╙────────────────────────────────────────────────────────────────────────────╜
  356.  
  357. %╓────────────────────────────────────────────────────────────────────────────╖
  358. %║ Which age an old file should have                                          ║
  359. %╙────────────────────────────────────────────────────────────────────────────╜
  360.  
  361. OldStuffDate 01.01.93
  362.  
  363.  
  364. %╓────────────────────────────────────────────────────────────────────────────╖
  365. %║ Which groups should be used when creating the OLDSTUFF list                ║
  366. %╙────────────────────────────────────────────────────────────────────────────╜
  367.  
  368. OldStuffGroup F
  369.  
  370.  
  371. %╓────────────────────────────────────────────────────────────────────────────╖
  372. %║ Number of maximum downloads for the file, to appear in the oldstuff list   ║
  373. %║ Files with higher or euqal downloads won't appear !                        ║
  374. %╙────────────────────────────────────────────────────────────────────────────╜
  375.  
  376. OldStuffCount  10
  377.  
  378.  
  379. %╓────────────────────────────────────────────────────────────────────────────╖
  380. %║ The next statements are for processing area-sorts                          ║
  381. %╙────────────────────────────────────────────────────────────────────────────╜
  382.  
  383. %╓────────────────────────────────────────────────────────────────────────────╖
  384. %║ File Wizard can handle SubAreas in each filearea. Define                   ║
  385. %║ the first chars, which initiate such an SubArea                            ║
  386. %╙────────────────────────────────────────────────────────────────────────────╜
  387.  
  388. SubAreaString " -"
  389.  
  390.  
  391. %╓────────────────────────────────────────────────────────────────────────────╖
  392. %║ Should File Wizard place a header over each arealisting ?                  ║
  393. %║ The context of this header can be changed in the WIZARD.HDR file           ║
  394. %╙────────────────────────────────────────────────────────────────────────────╜
  395.  
  396. Make_Area_Header
  397.  
  398. %╓────────────────────────────────────────────────────────────────────────────╖
  399. %║ Define the left margin from the Header. in order to distinguish            ║
  400. %║ the header from a file, this value has to be at least 1                    ║
  401. %║ When using bbstype WME this margin has to be set at 13 !                   ║
  402. %╙────────────────────────────────────────────────────────────────────────────╜
  403.  
  404. Header_Left_Margin 1
  405.  
  406. %╓────────────────────────────────────────────────────────────────────────────╖
  407. %║ In SuperBBS there is an option to limit the search in the                  ║
  408. %║ fileareas (in NEWFILES scan) only to this areas, which contain             ║
  409. %║ a FILES.BBS with a newer date. With the following option,                  ║
  410. %║ File Wizard will touch the date of a FILES.BBS with the newest             ║
  411. %║ file in the filearea. Thisw works only when sorting the fileareas !        ║
  412. %╙────────────────────────────────────────────────────────────────────────────╜
  413.  
  414. TOUCH_FILES_BBS
  415.  
  416.  
  417. %╓────────────────────────────────────────────────────────────────────────────╖
  418. %║ The size of the header on the x-axis !                                     ║
  419. %║ When using WME, this value should have 40 !                                ║
  420. %╙────────────────────────────────────────────────────────────────────────────╜
  421.  
  422. Header_Size 78
  423.  
  424.  
  425. %╓────────────────────────────────────────────────────────────────────────────╖
  426. %║ The following statements are only important for your filelists             ║
  427. %╙────────────────────────────────────────────────────────────────────────────╜
  428.  
  429. %╓────────────────────────────────────────────────────────────────────────────╖
  430. %║ Name and path of your ALLFILES list                                        ║
  431. %╙────────────────────────────────────────────────────────────────────────────╜
  432.  
  433. ALLFILES E:\BP\BIN\WIZARD\ALLFILES.TXT
  434.  
  435. %╓────────────────────────────────────────────────────────────────────────────╖
  436. %║ Name and path of your NEWFILES list                                        ║
  437. %╙────────────────────────────────────────────────────────────────────────────╜
  438.  
  439. NEWFILES E:\BP\BIN\WIZARD\NEWFILES.TXT
  440.  
  441.  
  442. %╓────────────────────────────────────────────────────────────────────────────╖
  443. %║ If File Wizard finds following file in the actual filearea, the            ║
  444. %║ contect of this file will be inserted between the header and the files     ║
  445. %║ in your allfiles list.                                                     ║
  446. %╙────────────────────────────────────────────────────────────────────────────╜
  447.  
  448. DESCFILE FILES.INF
  449.  
  450.  
  451. %╓────────────────────────────────────────────────────────────────────────────╖
  452. %║ File Wizard can place long descriptions (multiline) more on the            ║
  453. %║ right side, if you use downloadcounters. If you use them, define the       ║
  454. %║ value about one more than the length of a downloadcounter.                 ║
  455. %║ e.g. downloadcounter "[00]", "List_Leading_Space 5"                        ║
  456. %╙────────────────────────────────────────────────────────────────────────────╜
  457.  
  458. List_Leading_Space 0
  459.  
  460.  
  461. %╓────────────────────────────────────────────────────────────────────────────╖
  462. %║ The maximum age for a file to be placed in the newfiles list               ║
  463. %╙────────────────────────────────────────────────────────────────────────────╜
  464.  
  465. NewFiles_Age 30
  466.  
  467. %╓────────────────────────────────────────────────────────────────────────────╖
  468. %║ Name of the file, which contains your filelist-header.                     ║
  469. %║ The context will be placed at the top of your filelist                     ║
  470. %╙────────────────────────────────────────────────────────────────────────────╜
  471.  
  472. FileListHeader J:\SBBS\PILOG.TXT
  473.  
  474. %╓────────────────────────────────────────────────────────────────────────────╖
  475. %║ If you have defined a Header above each filearea (/ASORT), you can         ║
  476. %║ disable this Header when generating FileLists                              ║
  477. %╙────────────────────────────────────────────────────────────────────────────╜
  478.  
  479. Skip_Area_Header
  480.  
  481.  
  482. %╓────────────────────────────────────────────────────────────────────────────╖
  483. %║ Here you can define, which areas should appear in the filelists.           ║
  484. %║ Only if the security of this filearea is between the following             ║
  485. %║ settings, it will appear in the filelists !                                ║
  486. %╙────────────────────────────────────────────────────────────────────────────╜
  487.  
  488. %╓────────────────────────────────────────────────────────────────────────────╖
  489. %║ Minimum Security for an area to appear in filelist                         ║
  490. %╙────────────────────────────────────────────────────────────────────────────╜
  491.  
  492. Minimum_Security 0
  493.  
  494. %╓────────────────────────────────────────────────────────────────────────────╖
  495. %║ Maximum Security for an area to appear in filelist                         ║
  496. %╙────────────────────────────────────────────────────────────────────────────╜
  497.  
  498. Maximum_Security 100
  499.  
  500. %╓────────────────────────────────────────────────────────────────────────────╖
  501. %║ When following command is defined, File Wizard will create a               ║
  502. %║ statistic of the most downloaded files at the end of your                  ║
  503. %║ allfiles list. The option only works correct, if you use                   ║
  504. %║ downloadcounters in your fileareas.                                        ║
  505. %╙────────────────────────────────────────────────────────────────────────────╜
  506.  
  507. Make_Top_Downloaded_Files
  508.  
  509.  
  510. %╓────────────────────────────────────────────────────────────────────────────╖
  511. %║ Following parameter generates an ASCII/ANSI file, which contains           ║
  512. %║ a list of the most downloaded files of your system. This function          ║
  513. %║ only is active, when you've activated Make_Top_Downloaded_Files !          ║
  514. %║ Don't add the exetnsions ASC or ANS !                                      ║
  515. %╙────────────────────────────────────────────────────────────────────────────╜
  516.  
  517. Top_List J:\SBBS\TEXT\TOPLIST
  518.  
  519. %╓────────────────────────────────────────────────────────────────────────────╖
  520. %║ This command generates an area statistic file like the statistic at        ║
  521. %║ the end of the filelist.                                                   ║
  522. %╙────────────────────────────────────────────────────────────────────────────╜
  523.  
  524. Area_Statistic J:\SBBS\TEXT\AREASTAT
  525.  
  526. %╓────────────────────────────────────────────────────────────────────────────╖
  527. %║ Here you can define your mailer type.                                      ║
  528. %╙────────────────────────────────────────────────────────────────────────────╜
  529.  
  530. ;MailerType DBridge
  531. MailerType Frontdoor
  532. ;Mailertype InterMail
  533. ;MailerType Binkley
  534.  
  535.  
  536. %╓────────────────────────────────────────────────────────────────────────────╖
  537. %║ With this statement you can define additional requestpaths which are       ║
  538. %║ not included in your area configuration. The first parameter specifies     ║
  539. %║ a password, if you don't want to assign a password, use the macro <NONE>.  ║
  540. %╙────────────────────────────────────────────────────────────────────────────╜
  541.  
  542. Requestpath SECRET X:\NETFILES
  543. Requestpath <NONE> J:\FREEFILE
  544.  
  545.  
  546. %╓────────────────────────────────────────────────────────────────────────────╖
  547. %║ Here you can assign a Requestpassword for whole fileareagroups.            ║
  548. %╙────────────────────────────────────────────────────────────────────────────╜
  549.  
  550. RequestGroup Geheim 137F
  551. RequestGroup Secret CDE
  552.  
  553.  
  554. %╓────────────────────────────────────────────────────────────────────────────╖
  555. %║ You can specify magic names, which will be updated when running the        ║
  556. %║ request-path-update-routine.                                               ║
  557. %║ Syntax: Magic <Magic name> <path+filename> <optional password>             ║
  558. %║ Whe you add a "!" at the beginning of the path, File Wizard will           ║
  559. %║ search for the newest file (according to the filespec) and will            ║
  560. %║ add this file to your magic-control file.                                  ║
  561. %╙────────────────────────────────────────────────────────────────────────────╜
  562.  
  563. Magic WIZARD !J:\MAIL\WIZARD\WIZ*.*
  564. Magic VPIC    J:\MAIL\GRAFIK\VPIC*.* Graphic
  565.  
  566.  
  567. %╓────────────────────────────────────────────────────────────────────────────╖
  568. %║ For Mailertype Frontdoor, you have to specifiy 3 files, which              ║
  569. %║ will contain the requestpaths of your setup. FDOKFILES specifies           ║
  570. %║ the normal requestpaths, SECFILE the paths for secured sessions            ║
  571. %║ and ALIASFILE the magic names of your system.                              ║
  572. %║ The second parameter at FDOKFILE and SECFILE are the filearea groups       ║
  573. %║ which should be included in this file.                                     ║
  574. %╙────────────────────────────────────────────────────────────────────────────╜
  575.  
  576. FDOKFILE  E:\FD\FDOKLIST.LST 012345
  577.  
  578. SECFILE   E:\FD\SECLIST.LST  012345
  579.  
  580. ALIASFILE E:\FD\ALIASFIL.LST
  581.  
  582. %╓────────────────────────────────────────────────────────────────────────────╖
  583. %║ Analog the settings for InterMail                                          ║
  584. %╙────────────────────────────────────────────────────────────────────────────╜
  585.  
  586. IMOKFILE    E:\IM\IMOKLIST.LST 012345
  587.  
  588. IMSECFILE   E:\IM\SECLIST.LST  012345
  589.  
  590. IMALIASFILE E:\IM\ALIASFIL.LST
  591.  
  592.  
  593. %╓────────────────────────────────────────────────────────────────────────────╖
  594. %║ For Mailertype Binkley define the ASCII file for requestpaths and magic    ║
  595. %║ names. Second parameter defines the groups which will be included in       ║
  596. %║ the OKFILE.                                                                ║
  597. %╙────────────────────────────────────────────────────────────────────────────╜
  598.  
  599. OKFile E:\BINKLEY\OKFILE.TXT 0123456789ABCDEF
  600.  
  601.  
  602. %╓────────────────────────────────────────────────────────────────────────────╖
  603. %║ Headerfile of your Binkley OKFILE. Should be used to define constant       ║
  604. %║ requestpaths and magicnames. This file will be placed at the               ║
  605. %║ top of the Binkley OKFILE.                                                 ║
  606. %╙────────────────────────────────────────────────────────────────────────────╜
  607.  
  608. OKFile_Header E:\BINKLEY\OKHEADER.TXT
  609.  
  610.  
  611. %╓────────────────────────────────────────────────────────────────────────────╖
  612. %║ Name of NewFiles-list, will be generated when running /FBUPDATE            ║
  613. %║ Don't add any extension, File Wizard will do this by its own.              ║
  614. %╙────────────────────────────────────────────────────────────────────────────╜
  615.  
  616. TrueNewFile e:\bp\bin\wizard\true
  617.  
  618.  
  619. %╓────────────────────────────────────────────────────────────────────────────╖
  620. %║ Which groups should be included in the TrueNewFile list.                   ║
  621. %╙────────────────────────────────────────────────────────────────────────────╜
  622.  
  623. True_List_Group 0123456789ABCDEF
  624.  
  625.  
  626. %╓────────────────────────────────────────────────────────────────────────────╖
  627. %║ Define up to 1000 "KeepLatest" fucntions.                                  ║
  628. %║ Syntax : KeepLatest <path+filename> <number>                               ║
  629. %║ The <path+filename> should conatin some wildcards, inorder to              ║
  630. %║ select more than one file.                                                 ║
  631. %║ Only the newest <number> files will be kept, all others will be            ║
  632. %║ erased from the directory (see /KEEPLATES)                                 ║
  633. %╙────────────────────────────────────────────────────────────────────────────╜
  634.  
  635. KeepLatest K:\NODEDIFF\NODEDIFF.*   20
  636. KeepLatest K:\NODEDIFF\GERDIFF.*    20
  637. KeepLatest J:\MAIL\FNEWS\FIDON*.*   50
  638.  
  639.  
  640. %╓────────────────────────────────────────────────────────────────────────────╖
  641. %║ The following statements are necessary for the announce-functions          ║
  642. %╙────────────────────────────────────────────────────────────────────────────╜
  643.  
  644. %╓────────────────────────────────────────────────────────────────────────────╖
  645. %║ Which FromName should be used in the announce mails                        ║
  646. %╙────────────────────────────────────────────────────────────────────────────╜
  647.  
  648. FromName Oliver Weindl
  649.  
  650.  
  651. %╓────────────────────────────────────────────────────────────────────────────╖
  652. %║ To whom you want to post this mails                                        ║
  653. %╙────────────────────────────────────────────────────────────────────────────╜
  654.  
  655. ToName   All
  656.  
  657.  
  658. %╓────────────────────────────────────────────────────────────────────────────╖
  659. %║ Subject of these mails                                                     ║
  660. %╙────────────────────────────────────────────────────────────────────────────╜
  661.  
  662. Subject  New Files available !!!
  663.  
  664.  
  665. %╓────────────────────────────────────────────────────────────────────────────╖
  666. %║ Path to your inbound directory, where the .PKT files should                ║
  667. %║ be placed                                                                  ║
  668. %╙────────────────────────────────────────────────────────────────────────────╜
  669.  
  670. PKT_Path K:\DB\FILES
  671.  
  672.  
  673. %╓────────────────────────────────────────────────────────────────────────────╖
  674. %║ Specify the maximum size of a .PKT file (in kB)                            ║
  675. %╙────────────────────────────────────────────────────────────────────────────╜
  676.  
  677. MaxPKTSize 16
  678.  
  679.  
  680. %╓────────────────────────────────────────────────────────────────────────────╖
  681. %║ Define a semaphore file, which will invoke the tosser at your system.      ║
  682. %╙────────────────────────────────────────────────────────────────────────────╜
  683.  
  684. Toss_Semaphore K:\DB\DBEXIT.49
  685.  
  686.  
  687. %╓────────────────────────────────────────────────────────────────────────────╖
  688. %║ define up to 100 different echomail conferences, in which you              ║
  689. %║ want to place manual announces                                             ║
  690. %║                                                                            ║
  691. %║ EchoTag <Echo-Name> <Aka-Adress> <Origin>                                  ║
  692. %╙────────────────────────────────────────────────────────────────────────────╜
  693.  
  694. EchoTag REQUEST.GER  2:246/45     Always new files at
  695. EchoTag PI.POINT     2:246/45     Always new files at
  696.  
  697.  
  698. %╓────────────────────────────────────────────────────────────────────────────╖
  699. %║ Automatical announces (/FBUPDATE) should be processed                      ║
  700. %║ in following echomail conferences                                          ║
  701. %╙────────────────────────────────────────────────────────────────────────────╜
  702.  
  703. Announce REQUEST.GER  2:246/45     Always new files at
  704. Announce PI.POINT     2:246/45     Always new files at
  705.  
  706.  
  707. %╓────────────────────────────────────────────────────────────────────────────╖
  708. %║ Settings for the DupeChecker                                               ║
  709. %╙────────────────────────────────────────────────────────────────────────────╜
  710.  
  711. %╓────────────────────────────────────────────────────────────────────────────╖
  712. %║ How much two "dupe" files may differ (in kB) to be recognized              ║
  713. %║ as dupes. The higher you define this value, the higher is number           ║
  714. %║ of dupes found in your filebase.                                           ║
  715. %╙────────────────────────────────────────────────────────────────────────────╜
  716.  
  717. MaxDupeDifference 16
  718.  
  719.  
  720. %╓────────────────────────────────────────────────────────────────────────────╖
  721. %║ To whom you want to send a dupereport via netmail ?                        ║
  722. %╙────────────────────────────────────────────────────────────────────────────╜
  723.  
  724. %╓────────────────────────────────────────────────────────────────────────────╖
  725. %║ Syntax: DupeReportTo <Aka> <Destinationadresse> <Name>                     ║
  726. %╙────────────────────────────────────────────────────────────────────────────╜
  727.  
  728. DupeReportTo 2:246/45 2:246/45   Oliver Weindl
  729. DupeReportTo 2:246/45 2:246/45.1 Johann Weinzierl
  730.  
  731.  
  732. %╓────────────────────────────────────────────────────────────────────────────╖
  733. %║ Which files/directories should not be processed when activating the        ║
  734. %║ dupechecker. You have to add a *.* if you don't want to check whole        ║
  735. %║ directories.                                                               ║
  736. %╙────────────────────────────────────────────────────────────────────────────╜
  737.  
  738. NoDupePattern e:\area\area1\*.*
  739. NoDupePattern wiz*.*
  740.