Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Today I discovered that you can redirect the output of Team Foundation Service's tf.exe command to a file. I thought that because it displayed dialog boxes as the results of commands that you couldn't redirect its output to files. However, commands such as tf history will do just that when you specify redirection, such as:
"C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\TF.exe" history * /recursive > history.txt
Of course, if your Visual Studio directory is in your PATH, then you can just specify "tf history...".
Rob
Comments
- Anonymous
January 11, 2016
Awesome, thanks! Is there an option to add to a file?