If I use the TFS command line client, is it always located @ <drive>: \ Program Files \ Microsoft Visual Studio 8 \ Common7 \ IDE ? I link to this page .
No, it depends on the installed version of VS (and do not forget also 64-bit machines)
For reference only, My default location is C: \ Program Files (x86) \ Microsoft Visual Studio 10.0 \ Common7 \ IDEvs2010, win7.64 bit
, . . c:\VS10\Common7\IDE. VS100COMNTOOLS ( VS 2010) VS90COMNTOOLS ( VS 2008). tfs
"%VS100COMNTOOLS%\..\IDE\tf.exe"
- VS 2010
"%VS00COMNTOOLS%\..\IDE\tf.exe"
- VS 2008
In VS2008, tf.exe will be available in the C: \ Program Files \ Microsoft Visual Studio 9.0 \ Common7 \ IDE folder