I want to use InvokeProcess to run a batch file.
Problem is that I can’t find InvokeProcess in my ToolBox.

How can I add this to my ToolBox? I need to know what assembly it lives in.
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.
It seems you are missing all activities (not just InvokeProcess) from Microsoft.TeamFoundation.Build.Workflow.Activities.
Those are to be found in Microsoft.TeamFoundation.Build.Workflow.dll
Furthermore it seems that in tab “Team Foundation Build Activities” you ‘re including what per default is the content of tab “Team Foundation LabManagement Activities” (which are members of Microsoft.TeamFoundation.Lab.Workflow.Activities).
In order to add this, just right-click on the tab and click the checkbox in “System.Activities Components”:
