home *** CD-ROM | disk | FTP | other *** search
- ; Sample RBBS Turbo FMS Dupe Checker (RTFDC) Configuration File.
- ; Version 1.10
- ;
- ; All Blank lines and those beginning with a space or a Semi-Colon are
- ; considered comments and are ignored.
- ;
- ; This config file is Keyword oriented. All Keywords are optional. It
- ; is however possible to exclude Keywords that will cause the Program
- ; NOT to run.
- ;
- ;=========================================================================
-
- ; Proc_Level (1,2,3,4,5) Default = 5
- ;
- ; The 'Proc_Level' Keyword is used to define the level of processing to
- ; be performed by RTFDC. Each level will perform the function of that
- ; level and ALL levels under it. ie. If Level 2 processing is chosen
- ; Level 1 and 2 processing will be performed. If Level 3 processing is
- ; chosen Levels 1, 2, and 3 processing will be performed.
- ;
- ; 1. Create a List of ALL Possible Duplicate Versions on the Disks.
- ; 2. Create a List of any Duplicate entries in the FMS Directory(s).
- ; 3. Create a List of any Duplicate Files on your Disk(s).
- ; 4. Create a List of Files in your FMS but not on your Disk(s).
- ; 5. Create a List of Files on your Disk(s) but not in your FMS.
- ;
- Proc_Level 1
-
- ; -[ The Following Keywords are Mandatory ]------------------------------
-
- ; FMS_Directory (Max - 20) Changed to 50
- ;
- ; The 'FMS_Directory' Keyword is used to define the full name and path
- ; of the FMS directory to be processed. If "Chained" type directories
- ; are being used RTFDC will process all Chains. RTFDC will process up
- ; to 20 FMS Directories. This includes "Chains".
- ;
- FMS_Directory C:\Rbbs\Dirr\Master.Dir
- FMS_Directory C:\Rbbs\Dirr\Night8.Dir
- FMS_Directory C:\Rbbs\Dirr\Night7.Dir
- FMS_Directory C:\Rbbs\Dirr\Night6.Dir
-
- ; Fidx_Def (Max - 01)
- ;
- ; The 'Fidx_Def' Keyword is used to define the full name and path to
- ; the FIDX.DEF File you wish to process. This file must be related to
- ; the FMS directory to be processed or the dupe list may be very long.
- ; If you are not using the Fast File Search feature of RBBS and do not
- ; have less than 20 D/L directories to process this program will be of
- ; no use to you as it was designed to work with the FFS System.
- ;
- Fidx_Def C:\Rbbs\Dirr\Fidx.Def
-
- ; Lidx_Def (Max - 01)
- ;
- ; The 'Lidx_Def' Keyword is used to define the full name and path to
- ; the corresponding LIDX.DEF File. This will be used in the reporting
- ; process to give you the exact locations of duplicate files.
- ;
- Lidx_Def C:\Rbbs\Dirr\Lidx.Def
-
- ; Sort_Prog (Max - 01)
- ;
- ; The 'Sort_Prog' Keyword is used to define the full name and path to
- ; the sorting program you wish to have RTFDC use to do it's sorting.
- ; RTFDC does not do it's own sorting! The Sort program you chose must
- ; take the following command line arguments: ProgName <source> <dest>
- ; The Sort programs that have been tested are: Qsort.Exe and Sortf.Com
- ; If Qsort is used Version 3.04 or higher is required. If Sorf is used
- ; Version 2.57 or higher is required. The sorting program bundled with
- ; DOS will not work with RTFDC.
- ;
- Sort_Prog C:\Util\Qsort.Exe
-
- ; -[ The Following Keywords are Optional ]------------------------------
-
- ; Priv_Dir (Max - 01)
- ;
- ; The 'Priv_Dir' Keyword is used to define the full name and path to
- ; you RBBS "Private Directory." This will be used to locate duplicate
- ; entries in the corresponding FMS directories to be processed. It
- ; will also determine if any files listed in the Private directory are
- ; not located on a specified D/L drive.
- ;
- Priv_dir C:\Rbbs\Priv\Priv.Def
-
-
- ; Extra_Dir (Max - 20)
- ;
- ; The 'Extra_Dir' Keyword is used to define up to a Max of 20 other
- ; directories to process. These will be directories not listed in the
- ; FIDX.DEF File, or if you are not using the FFS and wish to process
- ; only 20 directories. Each Directory must have it's own keyword or it
- ; will not be processed.
- ;
- Extra_Dir E:\Rbbs\Upld\*.*
-
- ; Exclude_Dir (Max - 10)
- ;
- ; The 'Exclude_Dir' Keyword is used to define any disk directory that
- ; you wish to Exclude from the duplicate reporting process. This can
- ; be usefull if you have a directory full of Zero byte files used to
- ; stop people from uploading specific files. You would not want said
- ; directories included in the reporting process. Use this Keyword to
- ; avoid unnessesary reporting.
- ;
- Exclude_Dir E:\Work\
- Exclude_Dir E:\Rbbs\
-
- ; Ver_Comp (Yes / No) Default = No
- ;
- ; The 'Ver_Comp' Keyword is used to define the number of characters in
- ; filenames to use to determine if it is a possible version upgrade. This
- ; feature will do a literal comparison of 'x' number of characters of all
- ; of the filenames and create a listing of it's findings
- ;
- Ver_Comp 6
-