I lost the tools menu of my Visual Studio 2010.
Where can I find the VS 2010 command prompt executable – what is the name of the file?
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.
The shortcut for Visual Studio Command Prompt (2010) has:
Target: %comspec% /k ""C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"" x86Start in: "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\"%comspec%expands to an instruction to the shell to find the command-line shell, wherever it is.