home *** CD-ROM | disk | FTP | other *** search
- * Configuration file for MAKEFIDX, version 1.2
- * Lines beginning with '*' are interpreted as comments and are ignored
- *
- * NameFile is the name of the list of files
- /NameFile= FIDX.DEF
- * LocationFile is the name of the list of locations for files
- /LocationFile= LIDX.DEF
- * For WriteMode, use "Replace" when replacing existing NameFile and
- * LocationFile. If want to add to existing files, use "Update"
- /WriteMode=Replace
- */WriteMode=Update
- *
- * list as many as you have (DOS) directories where you want
- * all the files in them listed.
- /FileSpec= C:\TEMP\*.*
- /FileSpec= C:\UTILS\*.*
- *
- * A filespec will do a "DIR <filespec>" to get a listing of the
- * files. DOS normally puts the directory name near the top in
- * the format "Directory of ". If this is not true, you must
- * specify an alternate way for the Directory to be identified.
- * NOTE: use the following if you are using 4DOS rather than DOS
- * (remove the "*" at the front).
- *
- */DirString= Directory:
- /DirString= Directory of
- *
- * Note: the DirString can only be preceded by SPACES in the
- * data file. Hence if the line contains "Directory of"
- * the DirString "ectory of" will NOT WORK.
- *
- * Note: Normally you will NOT want to include any FileDir specs.
- * This is for loading lists of directories NOT on-line on your
- * system.
- *
- * List as many as you have of text files with file names in
- * them. The file name must be at the beginning of each line.
- * It may include a drive/path. If no drive path, a line with
- * "Directory of " following by drive/path should be included at
- * the top of the file. Note: all listed files will be added
- * even if they are duplicates. If you use CMPBBS to manage your
- * new files to avoid duplicates and trim down BBS lists to just
- * the new files, you should have only one entry here for offline
- * files. You might have other entries for on-line files with
- * macro processing.
- *
- */FileDir= C:\SOURCE\DEATHSTR.DIR
- /FileDir= NEWLIST.DIR
- /FileDir= UNWANT.DIR
- /FileDir= SUPPORT.DIR