home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / RTFDC110.ZIP / SAMPLE.CFG < prev    next >
Text File  |  1993-04-20  |  5KB  |  118 lines

  1. ; Sample RBBS Turbo FMS Dupe Checker (RTFDC) Configuration File.
  2. ; Version 1.10
  3. ;
  4. ; All Blank lines and those beginning with a space or a Semi-Colon are
  5. ; considered comments and are ignored.
  6. ;
  7. ; This config file is Keyword oriented.  All Keywords are optional.  It
  8. ; is however  possible to exclude  Keywords that will cause the Program
  9. ; NOT to run.
  10. ;
  11. ;=========================================================================
  12.  
  13. ; Proc_Level       (1,2,3,4,5)  Default = 5
  14. ;
  15. ; The 'Proc_Level' Keyword is used to define the level of processing to
  16. ; be performed by RTFDC.  Each level will perform the  function of that
  17. ; level and ALL levels under it.   ie.  If Level 2 processing is chosen
  18. ; Level 1 and 2 processing will be performed.  If Level 3 processing is
  19. ; chosen Levels 1, 2, and 3 processing will be performed.
  20. ;
  21. ; 1.  Create a List of ALL Possible Duplicate Versions on the Disks.
  22. ; 2.  Create a List of any Duplicate entries in the FMS Directory(s).
  23. ; 3.  Create a List of any Duplicate Files on your Disk(s).
  24. ; 4.  Create a List of Files in your FMS but not on your Disk(s).
  25. ; 5.  Create a List of Files on your Disk(s) but not in your FMS.
  26. ;
  27. Proc_Level 1
  28.  
  29. ; -[ The Following Keywords are Mandatory ]------------------------------
  30.  
  31. ; FMS_Directory    (Max - 20)  Changed to 50
  32. ;
  33. ; The 'FMS_Directory' Keyword is used to define the full name and  path
  34. ; of the  FMS directory to be processed.  If "Chained" type directories
  35. ; are being used RTFDC will process all Chains.  RTFDC will process  up
  36. ; to 20 FMS Directories.  This includes "Chains".
  37. ;
  38. FMS_Directory   C:\Rbbs\Dirr\Master.Dir
  39. FMS_Directory   C:\Rbbs\Dirr\Night8.Dir
  40. FMS_Directory   C:\Rbbs\Dirr\Night7.Dir
  41. FMS_Directory   C:\Rbbs\Dirr\Night6.Dir
  42.  
  43. ; Fidx_Def         (Max - 01)
  44. ;
  45. ; The 'Fidx_Def' Keyword is used to  define the full  name and path to
  46. ; the FIDX.DEF File you wish to process.  This file must be related to
  47. ; the FMS directory to be processed or the dupe list may be very long.
  48. ; If you are not using the Fast File Search feature of RBBS and do not
  49. ; have less than 20 D/L directories to process this program will be of
  50. ; no use to you as it was designed to work with the FFS System.
  51. ;
  52. Fidx_Def        C:\Rbbs\Dirr\Fidx.Def
  53.  
  54. ; Lidx_Def         (Max - 01)
  55. ;
  56. ; The 'Lidx_Def' Keyword is used to  define the full  name and path to
  57. ; the corresponding LIDX.DEF File.  This will be used in the reporting
  58. ; process to give you the exact locations of duplicate files.
  59. ;
  60. Lidx_Def        C:\Rbbs\Dirr\Lidx.Def
  61.  
  62. ; Sort_Prog        (Max - 01)
  63. ;
  64. ; The 'Sort_Prog' Keyword is used to  define the full name and path to
  65. ; the sorting program you wish to have RTFDC use to do it's sorting.
  66. ; RTFDC does not do it's own sorting!  The Sort program you chose must
  67. ; take the following command line arguments:  ProgName <source> <dest>
  68. ; The Sort programs that have been tested are: Qsort.Exe and Sortf.Com
  69. ; If Qsort is used Version 3.04 or higher is required. If Sorf is used
  70. ; Version 2.57 or higher is required. The sorting program bundled with
  71. ; DOS will not work with RTFDC.
  72. ;
  73. Sort_Prog       C:\Util\Qsort.Exe
  74.  
  75. ; -[ The Following Keywords are Optional  ]------------------------------
  76.  
  77. ; Priv_Dir         (Max - 01)
  78. ;
  79. ; The 'Priv_Dir' Keyword is used to define the full  name and  path to
  80. ; you RBBS "Private Directory."  This will be used to locate duplicate
  81. ; entries in the  corresponding FMS  directories to be  processed.  It
  82. ; will also determine if any files listed in the Private directory are
  83. ; not located on a specified D/L drive.
  84. ;
  85. Priv_dir        C:\Rbbs\Priv\Priv.Def
  86.  
  87.  
  88. ; Extra_Dir        (Max - 20)
  89. ;
  90. ; The 'Extra_Dir' Keyword is used to  define up  to a Max of 20  other
  91. ; directories to process.  These will be directories not listed in the
  92. ; FIDX.DEF File, or if you  are not  using the FFS and wish to process
  93. ; only 20 directories. Each Directory must have it's own keyword or it
  94. ; will not be processed.
  95. ;
  96. Extra_Dir       E:\Rbbs\Upld\*.*
  97.  
  98. ; Exclude_Dir      (Max - 10)
  99. ;
  100. ; The 'Exclude_Dir' Keyword is used to define any disk directory that
  101. ; you wish to Exclude from the duplicate reporting process.  This can
  102. ; be usefull if you have a directory full of Zero  byte files used to
  103. ; stop people from uploading specific files.  You would not want said
  104. ; directories included in the reporting process.  Use this Keyword to
  105. ; avoid unnessesary reporting.
  106. ;
  107. Exclude_Dir     E:\Work\
  108. Exclude_Dir     E:\Rbbs\
  109.  
  110. ; Ver_Comp         (Yes / No) Default = No
  111. ;
  112. ; The 'Ver_Comp' Keyword is used to define the number of characters in
  113. ; filenames to use to determine if it is a possible version upgrade. This
  114. ; feature will do a literal comparison of 'x' number of characters of all
  115. ; of the filenames and create a listing of it's findings
  116. ;
  117. Ver_Comp        6
  118.