Skip to content

Instantly share code, notes, and snippets.

@tjlee
Created May 23, 2013 07:09
Show Gist options
  • Save tjlee/5633215 to your computer and use it in GitHub Desktop.
Save tjlee/5633215 to your computer and use it in GitHub Desktop.
TFS check out script
workspace -new -server:%1/tfs -login:%3\%2,%4 Workspace -noprompt
workfold -map $/ProjectName Temp -workspace:Workspace/Temp
get $/ProjectName/PathTo/File/toGet.ext
checkout $/ProjectName/PathTo/File/toGet.ext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment