.net – find the Visual Studio 2010 Command Prompt executable

command-promptnetvisual studio 2010

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?

Best Answer

The shortcut for Visual Studio Command Prompt (2010) has:

Target: %comspec% /k ""C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"" x86

Start 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.