home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / RBTCH242.ZIP / EXAMPLE.ZIP / SAMPLE.CFG < prev    next >
Text File  |  1994-01-01  |  25KB  |  591 lines

  1. ##############################################################################
  2. # This is a sample configuration file for RBatch.  As you can see, any line  #
  3. # that starts with a "#" is considered a comment.  Note also that the        #
  4. # description for each line in the configuration file appears BEFORE the     #
  5. # actual entry.                                                              #
  6. #                                                                            #
  7. # The ability to have comments in the configuration file is a new feature    #
  8. # of RBatch and is only available with version 2.10 on up.  Case does not    #
  9. # matter when entering data in the configuration file.                       #
  10. ##############################################################################
  11. #
  12. #  Path to Upload Directory;Pause Prompt
  13. #
  14. #     - This is the full path to your Upload Directory.
  15. #       (Path/Dir - NO TRAILING BACKSLASH)
  16. #
  17. #     - 20 Second Pause Prompt - enter YES after semi-colon.
  18. #
  19. #   *** If you just have your path to the Upload Directory and NO
  20. #       SEMI-COLON then the feature is DISABLED.  The pause prompt
  21. #       stays for 20 seconds or until user hit ENTER Key.
  22. #
  23. #
  24. d:\new;yes
  25. #
  26. #=============================================================================
  27. #
  28. #   Shall RBatch create a DORINFOx.DEF?;Path/name of the DORINFOx.DEF file
  29. #
  30. #       First parameter MUST be either YES or NO.  If you are
  31. #       running RBBS-17.4, you would specify "NO." (RBBS v.17.4
  32. #       is the first version to create its own DORINFOx.DEF file
  33. #       for DOORING protocols) for the first parameter, and the
  34. #       location of the DORINFOx.DEF file for the second parameter.
  35. #       All earlier versions of RBBS prior to 17.4 specify "YES"
  36. #       and RBatch will create a "working" copy of the DEF file in
  37. #       this specified location.  (Note semicolon...)
  38. #
  39. #       NO  = RBatch DOES NOT create ; path to RBBS's (17.4) own file
  40. #       YES = RBatch DOES create ; where you want us to put it
  41. #
  42. NO;c:\rbbs\dorinfo1.def
  43. #
  44. #=============================================================================
  45. #
  46. #  Extensions to check for duplicates -- or NONE:
  47. #
  48. #       This parameter allows the SysOp to specify which
  49. #       extensions to check when RBatch checks for duplicates
  50. #       of uploaded files.  If SysOp only wants the uploaded file
  51. #       checked just input the word NONE here instead.
  52. #
  53. #       NOTE: ALL THE EXTENSIONS MUST BE SEPARATED BY A SEMI-COLON!!!
  54. #                 *** MAXIMUM NUMBER OF EXTENSIONS = 15 ***
  55. #
  56. ZIP;ARJ;EXE;COM;ZOO;BAT;LZH
  57. #
  58. #=============================================================================
  59. #
  60. #  Security Level,Time CREDIT percentage given for UPLOADS
  61. #
  62. #       SECURITY LEVEL1,PERCENTAGE1;SECURITY LEVEL2,PERCENTAGE2
  63. #
  64. #       Here is an example:    5,125;10,150;15,175;25,200
  65. #
  66. #           Users with security levels LESS THAN OR EQUAL TO 5
  67. #             would get 125%,
  68. #           Users with security levels between 6 and 10 would get 150%,
  69. #           Users with security levels between 11 and 15 would get 175%,
  70. #           Users with security levels between 16 and 25 would get 200%.
  71. #
  72. #          ~(Note the way commas and semicolons are used on this line.)
  73. #
  74. #       You must have the HIGHEST value security level at the minimum
  75. #       if just using one time credit percentage.  In other words, if
  76. #       the highest security level of a user on your BBS is 100, and you
  77. #       want ALL your users to have 100% time credits, then your
  78. #       configuration line would be:
  79. #
  80. #                      100,100
  81. #
  82. #       Remember that RBatch checks to see if the user's security
  83. #       level is LESS THAN OR EQUAL TO the security level(s) on this
  84. #       line and then uses the associated percentage.
  85. #
  86. # ****  Currently you may define up to twenty security levels.
  87. #
  88. #       The amount of time credit received (based on the percentage) is
  89. #       calculated as shown in these examples:
  90. #
  91. #           Ex. # 1  -  File upload time = 5:00 Minutes
  92. #                       Time Credit%    = 150% (7:30 Minutes)
  93. #                       5:00 + 7:30      = 12:30 of Time Credits
  94. #           Ex. # 2  -  File Upload Time = 5:00 Minutes
  95. #                       Time Credit%     = 50% (2:30 Minutes)
  96. #                       5:00 + 2:30      = 7:30 of Time Credits
  97. #           Ex. # 3  -  File Upload Time = 5:00 Minutes
  98. #                       Time Credit%     = 0%
  99. #                       5:00 + 0         = 5:00 of Time Credits
  100. #
  101. #       The User always gets the time back it took to upload the file,
  102. #       plus the percentage that you assign in the configuration file.
  103. #
  104. 5,200;6,200;5,200;6,200;5,200;6,200;5,200;6,200;5,200;6,200;20,200
  105. #
  106. #=============================================================================
  107. #
  108. #   Path/Name primary FMS/.DIR;Path/Name secondary FMS/.DIR;Remove period
  109. #
  110. #       This is the text directory where the uploaded filenames and their
  111. #       descriptions are WRITTEN.  If you wish to post this information
  112. #       to more than one file, list the path/name of the second file AFTER
  113. #       the Semi-Colon.  If you do not wish to post to more than one file,
  114. #       then you must enter "NONE" as the second parameter.  The last
  115. #       parameter will post the filenames without the period.  RBatch will
  116. #       pad with spaces and line up the extensions.  DO NOT USE ANY
  117. #       PARAMETER PAST THE SECONDARY FILENAME IF YOU WANT PERIODS!
  118. #
  119. C:\RBBS\MASTER.DIR;C:\RBBS\STUFF.DIR
  120. #
  121. #=============================================================================
  122. #
  123. #   Path to the .DIRs - Enter the word "BLANK" if using FMS:
  124. #
  125. #       This is the path to where your .DIR's are.  An example of
  126. #       this is:
  127. #                       C:\FILES\
  128. #
  129. BLANK
  130. #
  131. #=============================================================================
  132. #
  133. #   Path/Name to MESSAGES File: (Self Explanatory)
  134. #
  135. c:\rbbs\messages
  136. #
  137. #=============================================================================
  138. #
  139. #   Path/Name to USERS File:    (Self Explanatory)
  140. #
  141. c:\rbbs\users
  142. #
  143. #=============================================================================
  144. #
  145. #   Path/Name to CALLERS File:  (Self Explanatory)
  146. #
  147. C:\rbbs\caller1
  148. #
  149. #=============================================================================
  150. #
  151. #   Path/Name to DIR.CAT File:  (Self Explanatory)
  152. #
  153. c:\rbbs\dir.cat
  154. #
  155. #=============================================================================
  156. #
  157. #   Path/Name to XFER-?.DEF File:
  158. #
  159. #       Protocols ALWAYS write the Xfer-?.Def file in the CURRENT directory
  160. #       when the protocol is invoked.  Make sure that you have your
  161. #       SET DSZLOG=XFER-?.DEF (? = Node #) in your AUTOEXEC.BAT or your
  162. #       DESQVIEW startup window batch file.  Do not use a path in
  163. #       your SET DSZLOG statement.
  164. #
  165. #       For example, if you are in the RBBS directory when you execute
  166. #       DSZ, the XFER-?.DEF file will reside in the  RBBS Directory.
  167. #       If you change to your upload directory when you invoke DSZ,
  168. #       the XFER-?.DEF file will reside in your upload directory.
  169. #       Note that RBatch will DELETE the XFER-?.DEF file, when there
  170. #       are just uploads.
  171. #
  172. #       If you are doing bidirectional transfers, the XFER will have
  173. #       to be located in the current directory as the user when doing
  174. #       a transfer (the Main RBBS directory or the Node Directory).
  175. #       RBatch will not delete the XFER due to RBBS needing to "see"
  176. #       the XFER file to report a successful transfer.
  177. #
  178. d:\new\xfer-1.def
  179. #
  180. #=============================================================================
  181. #
  182. #  SysOp's secret name :
  183. #
  184. #       Enter "BLANK" if you do not wish the USERS file to be updated
  185. #       with file count information for SysOp file transfers.
  186. #
  187. #       Also if you wish to be notified of a personal upload you MUST
  188. #       use your Secret Name, otherwise RBatch does not know who you
  189. #       are and cannot set the personal upload flag.
  190. #
  191. SECRET NAME
  192. #
  193. #=============================================================================
  194. #
  195. #  Min Security Level to Categorize;Path/Name of UPCAT.HLP File:
  196. #
  197. #       The First Parameter is the MINIMUM security level a user must have
  198. #       in order to categorize a file that he/she uploaded.  If their level
  199. #       is LOWER than this value, the uploaded file will have the default
  200. #       category code for FMS (line #15), and in the .DIR system, will be
  201. #       posted to the file listed on line #5 in this configuration file.
  202. #       The Second Parameter is the path/filename of the UPCAT.HLP file.
  203. #
  204. #           < A useful feature for SYSOPS is that you do not have
  205. #             to use the SAME UPCAT.HLP file you specify in RBBS's
  206. #             CONFIG parameter #!  The file you specify here may
  207. #             display entirely different categories, or you may
  208. #             create a special one for local/SYSOP only uploads! >
  209. #
  210. #       RBatch now supports colorized UPCAT.HLP files for users that
  211. #       have color chosen as their graphics type.  The program will look
  212. #       for the following:
  213. #
  214. #       Non-Color Graphics Choice         Color Graphics Choice
  215. #       -------------------------         ---------------------
  216. #
  217. #           UPCAT.HLP                         UPCATC.HLP
  218. #
  219. #   You will note that the program looks for the filename with a "C"
  220. #   appended to the filename.  If the "C" file does not exist then
  221. #   the non-color file is used.  Also, remember that you can call
  222. #   RBatch's UPCAT.HLP file whatever you wish, as long as it is specified
  223. #   in the configuration file.
  224. #
  225. 5;C:\RBBS\UPCAT.HLP
  226. #
  227. #=============================================================================
  228. #
  229. #     Are you using FMS or .DIR?
  230. #
  231. #       Enter:  FMS or DIR
  232. #
  233. FMS
  234. #
  235. #=============================================================================
  236. #
  237. #   Default Category or Path/Name of SysOp-only uploads file (.DIR):
  238. #
  239. #   This is the category given to uploads:
  240. #           1. that are saved by the SysOp after a user times out
  241. #              (falls asleep, too busy getting a beer, etc.) during or
  242. #              after the upload WITHOUT entering the category.
  243. #           2. if a user drops carrier during the upload process.
  244. #           3. where the user does not have a high enough security level
  245. #              to categorize uploads.
  246. #
  247. #   If the SysOp is using the .DIR file system, then this entry will be
  248. #   the path/name of the file that the SysOp wants the personal (/) uploads
  249. #   posted to.  This file is only for the .DIR file system and not the FMS.
  250. #
  251. UNC
  252. #
  253. #=============================================================================
  254. #
  255. #   Compression type all files are converted to:
  256. #
  257. #   Enter "NONE" if you perform no conversions in your Batch File
  258. #
  259. #   If you have batch files (PHASE?.BAT, CARCZIP.BAT, etc.) which convert
  260. #   all uploaded files to a common format, enter the extension converted
  261. #   TO here, otherwise, enter "NONE."
  262. #
  263. ZIP
  264. #
  265. #=============================================================================
  266. #
  267. #   Save files on User Timed Out or Dropped Carrier Uploads?;Delete Partial Files?
  268. #           Enter:  YES or NO
  269. #
  270. #   If you just have YES on this line and nothing else, then RBatch will not
  271. #   delete partial file uploads (uploads with "E" or "L" in the DSZLOG file).
  272. #   If you wish to delete partial files, have this line entered as "YES;YES"
  273. #   or "NO;YES".
  274. #
  275. YES;YES
  276. #
  277. #=============================================================================
  278. #
  279. #   Use Fossil Driver?
  280. #
  281. #           Enter:  YES or NO
  282. #
  283. #       RBatch has support for the fossil drivers X00 or BNU.
  284. #       Enter either "YES" or "NO" on this line in the configuration file.
  285. #
  286. #       (We also support 16550AFN UARTS.)
  287. #
  288. #       If you run with a special type of COM Port setup (non-standard
  289. #       IRQ's, etc.) you will be required to utilize a FOSSIL driver,
  290. #       or RBatch will not function properly!
  291. #
  292. NO
  293. #
  294. #=============================================================================
  295. #
  296. #   Size of first FMS/.DIR File Description Line:
  297. #
  298. #   Enter:  a number from 40 to 46
  299. #
  300. 45
  301. #
  302. #=============================================================================
  303. #
  304. # Number of Lines for Extended Descriptions;Use BAMA support;Post BamaWho if SysOp?
  305. #
  306. #    Enter:    # of lines;YES or NO;YES or NO
  307. #
  308. #    Place the value of the maximum number of lines you will allow in
  309. #    your FMS/.DIR's for extended FMS descriptions as the FIRST parameter
  310. #    on this line.  For the second parameter, enter either "YES" or "NO"
  311. #    YES if you use the BAMA WHO mod for posting the name of the
  312. #    uploader to the FMS, "NO" to disable this feature.
  313. #
  314. #    If you do not wish to have "Uploaded by SysOp" when you upload a file
  315. #    to your own system, then have the third parameter set to "NO".
  316. #
  317. #    If you wish to have "Uploaded by SysOp", then set the third parameter
  318. #    to "YES"
  319. #
  320. #    ==== (For NO extended descriptions, enter "0" as the FIRST parameter.) ====
  321. #
  322. 6;YES;NO
  323. #
  324. #=============================================================================
  325. #
  326. #   Use FFS System;Path/Name of Fidx.Def file;Path/Name of Lidx.Def;Sec Level
  327. #
  328. #   YES or NO - for using FFS System.
  329. #
  330. #   It is assumed that if the SysOp uses the TAB file of the FFS system,
  331. #   that the filename is the same as the FIDX.DEF file, except that it
  332. #   has a "T" in it & resides in the same directory as FIDX.  The security
  333. #   level is who can overwrite an existing file if RBatch detects a
  334. #   duplicate file.  RBatch will prompt the user to overwrite the existing
  335. #   file and if user says "Y", RBatch copies the upload to the same directory
  336. #   as the duplicate file and then deletes the file from the upload directory.
  337. #
  338. YES;c:\rbbs\fidx.def;c:\rbbs\lidx.def;1
  339. #
  340. #=============================================================================
  341. #
  342. #   Path/Name of file listing Directories to check for duplicate Uploads:
  343. #
  344. #   This is a FILE that contains PATHS to file directories
  345. #   to be checked for duplicate files in ADDITION to the ones that the
  346. #   FFS already indexes. Here is an example of a listing:
  347. #
  348. #   Do not enter each of these paths in the configuration file!!
  349. #   The filename you specify on the configuration line contains
  350. #   these paths.
  351. #
  352. #                   c:\temp\
  353. #                   c:\testing\
  354. #                   d:\other\
  355. #
  356. #   (One directory per line, and each line MUST END WITH A BACKSLASH!)
  357. #
  358. #   If you specify "NO" for using a FFS system in line #22, then this
  359. #   list of directories is what is used by RBatch to check for duplicate
  360. #   uploads.   ***   MAXIMUM NUMBER OF DIRECTORIES SUPPORTED = 80 ***
  361. #
  362. c:\rbbs\dupelist.lst
  363. #
  364. #=============================================================================
  365. #
  366. #   Environment Running under (choose one):
  367. #
  368. #     Enter:  DOS - Running RBBS-PC\RBatch in DOS
  369. #             DV  - Running RBBS-PC\RBatch in DV
  370. #             NET - Running RBBS-PC\Rbatch in a Network Environment
  371. #                   that REQUIRES running DOS's SHARE.EXE
  372. #
  373. DV
  374. #
  375. #=============================================================================
  376. #
  377. #  BBS Name to appear on Registered Versions:
  378. #
  379. #    Enter:  50 characters Maximum
  380. #
  381. YOUR BBS NAME HERE
  382. #
  383. #=============================================================================
  384. #
  385. #  Registration Number:
  386. #
  387. #     Enter:  20 Alpha-Numeric Registration Code
  388. #
  389. #     (Input all "0"s if unregistered)
  390. #
  391. 00000000000000000000
  392. #
  393. #=============================================================================
  394. #
  395. #   Process .DIZ/.SDI/.DOZ files?;Work Directory;File with archive commands;DOZ Priority
  396. #                 1                      2                 3                  4
  397. #
  398. #           Enter:  1. YES or NO - This tells RBatch to process FILE_ID.DIZ,
  399. #                                  DESC.SDI, or .DOZ files.
  400. #                   2. Path to the work directory we will use to decompress
  401. #                      the DIZ, DOZ*, or SDI file into.  NOTE: This directory
  402. #                      must actually exist in order to process these files!
  403. #                      RBatch creates, then deletes, NODE# directories under
  404. #                      this specified directory.
  405. #                   3. The THIRD parameter is the filename that contains
  406. #                      a list of archive extensions and their associated
  407. #                      command lines for DEcompressing (unZIPping, unARCing,
  408. #                      etc.) for the decompressors that you wish to support.
  409. #                   4. DOZ files take priority over .DIZ/.SDI files if the
  410. #                      word DOZ is the last parameter.  If no parameter is
  411. #                      used .DIZ/.SDI files take precedence for file
  412. #                      descriptions.
  413. #
  414. #          Ex.:     ARC.LST (or whatever name you choose) is a text file
  415. #                   like this:
  416. #
  417. #                    ARJ;C:\RBBS\ARJ E
  418. #                    ZIP;C:\PKZIP\PKUNZIP -O
  419. #                       ^          ^
  420. #                       1          2
  421. #
  422. #          The FIRST part is the extension to process
  423. #          The SECOND parameter is the path/command line
  424. #          to use for that particular extension.
  425. #
  426. #    NOTE: If a file is uploaded and its extension does not match an
  427. #          entry in this file, the upload will not be checked for an
  428. #          embedded description file (FILE_ID.DIZ or DESC.SDI).
  429. #
  430. #    For more information on .DOZ files, see the
  431. #    WHATISA.DOZ file included in this archive.
  432. #
  433. #    SysOp's now have the ability for the .DOZ file to OVERRIDE the
  434. #    .DIZ/.SDI files.  If you wish to OVERRIDE, put ";DOZ" as the last
  435. #    parameter on this line.  If you do not add anything to the end
  436. #    of this line, the program will read a .DIZ/.SDI file before it
  437. #    reads a .DOZ file for the file description.
  438. #
  439. #    Here is an example of .DIZ/.SDI having priority:
  440. #
  441. #            YES;D:\WORK;F:\TC\ARC.LST
  442. #
  443. YES;D:\NEW\WORK;C:\RBBS\ARC.LST
  444. #
  445. #=============================================================================
  446. #
  447. # Allow Personal Files;Sec Level;Path/Filename of Personal File;Upld UserName
  448. #
  449. #    This consists of 4 parts (each seperated by a SEMI-COLON) :
  450. #
  451. #    a. Allow Personal Uploads - YES or NO
  452. #    b. Security Level ( Greater than or equal to) to use Personal Uploads
  453. #    c. Path/Filename of the Personal Upload File (Priv.Def)
  454. #       [This is the same directory as where your personal files are]
  455. #    d. YES if you wish to have the Username of the person uploading the file
  456. #       as part of the file description.
  457. #
  458. #    IF YOU DO NOT WANT THE USERNAME AS PART OF THE DESCRIPTION, DO NOT
  459. #    ADD ANYTHING AFTER THE PATH/FILENAME OF THE PERSONAL FILE!!
  460. #
  461. YES;2;C:\RBBS\PRIVATE\PRIV.DIR;YES
  462. #
  463. #=============================================================================
  464. #
  465. # Allow Dist. Lists;Security Level to use List;Path to Distribution Lists
  466. #
  467. #    This consists of 4 parts (each seperated by a SEMI-COLON) :
  468. #
  469. #    a. Allow distribution lists for Personal Uploads - YES or NO
  470. #    b. Security Level to be allowed to use distribution lists.  This
  471. #       security level must be equal to or greater than the .cfg level
  472. #       in order to use the distribution list feature.
  473. #    c. Path to directory that contains the distribution lists
  474. #       [ NOTE:  THIS MUST END WITH A TRAILING BACKSLASH !! ]
  475. #       Also, all distribution list MUST end with a .LST, as
  476. #       per RBBS rules.
  477. #    d. This is the name of the help file that is displayed to the user
  478. #       if they select "H" when prompted for a distribution list name.
  479. #       See the file WHATSNEW for details on the format of this file.
  480. #
  481. YES;1;C:\RBBS\;DIST.HLP
  482. #
  483. #=============================================================================
  484. #
  485. # Ext Descriptions;# of lines;Sec Level for Sec Level Pers Uploads;Start Pos.;Length
  486. #
  487. #    This consists of 5 parts (each seperated by a SEMI-COLON) :
  488. #
  489. #    a. Allow extended descriptions in persoal uploads - YES or NO
  490. #    b. Number of extended description lines allowed
  491. #    c. Security Level (greater than or equal to this) for a user to
  492. #       be able to post a personal upload to a security level
  493. #    d. Starting point in user record for identifying field
  494. #    e. Length of identifying field from starting point in user record
  495. #
  496. #    Note:  The most common way to use the Identifying field is to
  497. #           start at 1 and have 31 characters (The persons Name).
  498. #           Check your RBBS configuration file to see what you have
  499. #           set up as your identifying field.  The default for RBBS
  500. #           is the username (start = 1, length = 31).
  501. #
  502. NO;5;20;1;31
  503. #
  504. #=============================================================================
  505. #
  506. #  Sec Level;Batch file;Batch file;Batch file
  507. #
  508. #     --- This is new in RBatch version 2.00 ---
  509. #
  510. #    This consists of 1 to 4 parts  (each seperated by a SEMI-COLON) :
  511. #
  512. #    - Part 1 is mandatory while parts 2-4 are optional -
  513. #                ^^^^^^^^^                     ^^^^^^^^
  514. #    a. Security Level (greater than or equal to) to bypass the batch
  515. #       files to check uploads.
  516. #    b. Name of the first batch file to check uploads
  517. #    c. Name of the second batch file to check uploads
  518. #    d. Name of the third batch file to check uploads
  519. #
  520. #    If no batch files are named, the program defaults to using
  521. #    PHASE1.BAT, PHASE2.BAT & PHASE3.BAT IF THEY EXIST.  Note that
  522. #    the batch file(s) MUST RESIDE in the SAME directory as the
  523. #    RBatch.CFG file.
  524. #
  525. #    One important point to remember is that RBatch looks for the batch
  526. #    file in the SAME DIRECTORY as the Configuration File.
  527. 201
  528. #
  529. #=============================================================================
  530. #
  531. #   BBS systems that have download/day byte ratios can now give
  532. #   byte credits back based upon the users security level.  These
  533. #   byte credits will only be in affect for the current day and
  534. #   users cannot "Bank" these credits for use another day.
  535. #   (RBatch modifies the "Bytes Downloaded Today" field in the
  536. #   users record).  This new feature is enabled by having the
  537. #   word "YES" as the first parameter on line 32 of the
  538. #   configuration file.  If you do not wish to use this feature
  539. #   then put "NO" as the first parameter (do not use the quotes
  540. #   in the configuration file.  If you do use this new feature,
  541. #   then the next parameters are the security level and the
  542. #   percentage of the size of the file uploaded to give to the
  543. #   user as byte credits.  The format of these entries is the
  544. #   same as the time credit entries used on line 3 in the
  545. #   configuration file.  Here are examples of the new feature:
  546. #
  547. #   A.  I do not want to use the new feature:
  548. #
  549. #       NO;
  550. #
  551. #   B.  I want to use the new feature:
  552. #
  553. #       YES;5,25;10,25;15,35;50,100
  554. #
  555. #   Choice "A" is self-explainatory.
  556. #
  557. #   Choice "B" is setup so that user with a security level less
  558. #   than or equal to 4 get a 25% byte credit, users with security
  559. #   levels from 5-9 will get a 25% credit of files uploaded, users
  560. #   with a security level from 10-14 will get a 25% credit, users
  561. #   with a security level from 16-49 will get a 35% credit, and
  562. #   users with security level of 50 will get 100% credit.
  563. #
  564. #   All users with a security level ABOVE 50 will not get ANY
  565. #   credits (these higher security levels are USUALLY your
  566. #   subscribers/contributing users and don't need any byte
  567. #   credits).
  568. #
  569. YES;5,25;10,25;15,35;50,100
  570. #
  571. #=============================================================================
  572. #
  573. #   Support for BusiMods(STUNY) and RFM is noted here.  If
  574. #   you run the BusiMods then your first entry will be YES
  575. #   and if you use RFM, the second entry will also be YES.
  576. #   See below for samples.
  577. #
  578. #   The entry is as follows:
  579. #
  580. #   Syntax:   LARGE FFS;RFM
  581. #
  582. #   Example:  YES;NO    - Use Large FFS;Don't use RFM
  583. #             YES;YES   - Use Large FFS;Use RFM
  584. #             NO;NO     - Don't use Large FFS;Don't use RFM
  585. #             NO;YES    - Don't use Large FFS;Use RFM
  586. #
  587. NO;NO
  588. #
  589. #
  590. #
  591.