The default location on the TFS command line

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 .

+3
source share
4 answers

No, it depends on the installed version of VS (and do not forget also 64-bit machines)

+3
source

For reference only, My default location is C: \ Program Files (x86) \ Microsoft Visual Studio 10.0 \ Common7 \ IDE
vs2010, win7.64 bit

+3
source

, . . c:\VS10\Common7\IDE. VS100COMNTOOLS ( VS 2010) VS90COMNTOOLS ( VS 2008). tfs

"%VS100COMNTOOLS%\..\IDE\tf.exe"

- VS 2010

"%VS00COMNTOOLS%\..\IDE\tf.exe"

- VS 2008

+2

In VS2008, tf.exe will be available in the C: \ Program Files \ Microsoft Visual Studio 9.0 \ Common7 \ IDE folder

+1
source

All Articles