home *** CD-ROM | disk | FTP | other *** search
/ Monster Disc 2: The Best of 1992 / MONSTER1.ISO / bbs / rbbs / rbbs-utl.zip / MAKEFIDX.CFG < prev    next >
Text File  |  1990-11-20  |  2KB  |  51 lines

  1. * Configuration file for MAKEFIDX, version 1.2
  2. * Lines beginning with '*' are interpreted as comments and are ignored
  3. *
  4. * NameFile is the name of the list of files
  5. /NameFile=       FIDX.DEF
  6. * LocationFile is the name of the list of locations for files
  7. /LocationFile=   LIDX.DEF
  8. * For WriteMode, use "Replace" when replacing existing NameFile and
  9. *     LocationFile.  If want to add to existing files, use "Update"
  10. /WriteMode=Replace
  11. */WriteMode=Update
  12. *
  13. * list as many as you have (DOS) directories where you want
  14. * all the files in them listed.
  15. /FileSpec=       C:\TEMP\*.*
  16. /FileSpec=       C:\UTILS\*.*
  17. *
  18. * A filespec will do a "DIR <filespec>" to get a listing of the
  19. * files.   DOS normally puts the directory name near the top in
  20. * the format "Directory of ".   If this is not true, you must
  21. * specify an alternate way for the Directory to be identified.
  22. * NOTE: use the following if you are using 4DOS rather than DOS
  23. * (remove the "*" at the front).
  24. *
  25. */DirString=    Directory:
  26. /DirString=     Directory of
  27. *
  28. * Note:  the DirString can only be preceded by SPACES in the
  29. *        data file.   Hence if the line contains "Directory of"
  30. *        the DirString "ectory of" will NOT WORK.
  31. *
  32. * Note:  Normally you will NOT want to include any FileDir specs.
  33. * This is for loading lists of directories NOT on-line on your
  34. * system.
  35. *
  36. * List as many as you have of text files with file names in
  37. * them.  The file name must be at the beginning of each line.
  38. * It may include a drive/path.  If no drive path, a line with
  39. * "Directory of " following by drive/path should be included at
  40. * the top of the file.   Note: all listed files will be added
  41. * even if they are duplicates.   If you use CMPBBS to manage your
  42. * new files to avoid duplicates and trim down BBS lists to just
  43. * the new files, you should have only one entry here for offline
  44. * files.  You might have other entries for on-line files with
  45. * macro processing.
  46. *
  47. */FileDir=       C:\SOURCE\DEATHSTR.DIR
  48. /FileDir=       NEWLIST.DIR
  49. /FileDir=       UNWANT.DIR
  50. /FileDir=       SUPPORT.DIR
  51.