All pastes #2051295 Raw Edit

Mine

public text v1 · immutable
#2051295 ·published 2011-04-27 19:06 UTC
rendered paste body
@cls

set DEVENV=%ProgramFiles(x86)%\Microsoft Visual Studio 10.0\Common7\IDE
set TF=%ProgramFiles(x86)%\Microsoft Visual Studio 10.0\Common7\IDE
echo PATH=%PATH%;%DEVENV%;%TF%

TF.exe get $tfserver\BLAH/v4.4 /recursive
devenv.com ".\BLAH.sln" /Rebuild "Debug" /Out ".\Log\"

@pause