Browse and Doc It / Intergrated Test Helper INI File

By | August 25, 2010

If you use by Browse And Doc it and  / or Integrated Test Helper IDE add-in for Delphi across multiple IDEs and you want the same information to be available to all instances the you can create the INI file once and use Microsoft FSUTIL command line too to configure HARDLINKs to the same file using different file names.

Usage : fsutil hardlink create <new filename> <existing filename>
Eg : fsutil hardlink create c:\foo.txt c:\bar.txt

regards
Dave.