Is there a way to download projects from TFS using VBScript?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can build a command line that runs tf.exe with the appropriate options & use the shell object to execute it. The sample below is an (untested) bastardised mash of a couple of things we have laying around. (the basic form is from a .vbs set up to do copying among network shares & the TFS command line is from a nightly build batch file)