home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / DDOV10.ZIP / DDOV.CFG < prev    next >
Text File  |  1994-01-08  |  2KB  |  37 lines

  1. ***********************************************
  2. * Configuration file for DDOV, version 1.0  *
  3. ***********************************************
  4. * Generic example showing all the configuration options.
  5. * Use your favorite full screen editor to change this file.
  6. * See DDOV.DOC for more details.
  7. * This file is optional.  The defaults are:
  8. *   FIDX.DEF, LIDX.DEF, can delete files from all drives,
  9. *   files not shared
  10. ***********************************************
  11. * General notes:
  12. *    lines beginning with * are comments (ignored)
  13. *    lines begining with / specify parameter values controlling
  14. *       how FMSFMT runs
  15. *    in parm values, case does not matter
  16. *                    spaces after the "=" do not matter
  17. *                    multiple parms can be put on the same line, e.g.
  18. *                         /Fidx=FIDX.DEF/Lidx=LIDX.DEF
  19. *    all parms in this file can also be passed on the command line
  20. * --------[File Index File to use]---------------
  21. * must be sorted by file name
  22. /Fidx=           FIDX.DEF
  23. * --------[File Location Index File to use]---------------
  24. /Lidx=           LIDX.DEF
  25. * --------[What drives to not delete from]---------------
  26. *  To omit drives E thru H, uncomment the following line.
  27. */NoDeleteDrive=  EFGH
  28. /NoDeleteDrive=
  29. * ---------[Whether files read should be opened shared]---------
  30. * Needed only on a network where other nodes can be reading the
  31. * files the same time as this program
  32. *
  33. */Sharing
  34. * -----------[Where to log omitted files]----------------
  35. * New deletions are appended to this file.
  36. /LogDelTo=       KILLED.FIL
  37.