Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.8 KiB

  1. [DirData]
  2. ; The path directive specifies where the CCDx.DAT will be kept. If you want
  3. ; it stored on the root of the drive CCD scanned, specify
  4. ;
  5. ; path=*:\
  6. ;
  7. ; If you want it, for example, to be stored in a CCD directory on C:, specify:
  8. ;
  9. ; path=c:\ccd\
  10. ;
  11. path=*:\
  12. [Options]
  13. ; The entiretree directive tells CCD what to do if you invoke CCD with no
  14. ; command line arguments. If entiretree=1, CCD will display all the directories
  15. ; on your disk. You can then choose where you want to go using speed search. If
  16. ; entiretree=0, CCD will only show you the directories that are descendants of
  17. ; the current directory
  18. entiretree=1
  19. ; The nodrive directive tells CCD not to change the current drive when it changes
  20. ; directory. nodrive=1 is more like the built in CD command, but less useful
  21. ; IMO. When nodrive=0 CCD will not only change the directory, but it will change
  22. ; the drive as well.
  23. nodrive=0
  24. ; The chasehidden directive tells CCD whether or not to chase hidden/system
  25. ; directories when scanning the disk
  26. chasehidden=0
  27. ; The heuristics directive specifies how CCD munges what you typed at the command
  28. ; line for CCD. By default, CCD has 10 heuristics it goes through to try and
  29. ; find the directory for you. The format is
  30. ; // { chToReplace strWith { "," chToReplace strWith } ";" }
  31. ;
  32. ; For example, a string of "; \; \,\**\;" would have three heuristics
  33. ; 1. no replacements, just see if what you typed exists
  34. ; 2. replace all spaces with slashes
  35. ; 3. first replace all spaces with slashes, then replace all slashes (including
  36. ; those slashes that replaced spaces) with **\
  37. ;
  38. ; Each heuristic is attempted first with no trailing wildcard, then with a
  39. ; wildcard.
  40. ;
  41. ;heuristics=; \;\*\; \,\*\;\**\; \,\**\; *,\*\; *,\**\; **,\*\; **,\**\;
  42. heuristics=; *\; **\;