Where is Developer Command Prompt for VS2013?

visual-studio, visual-studio-2013

Solution

From VS2013 Menu Select "Tools", then Select "External Tools". Enter as below:

- Title: "VS2013 Native Tools-Command Prompt" would be good

- Command: `C:\Windows\System32\cmd.exe`

- Arguments: `/k "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\VsDevCmd.bat"`

- Initial Directory: Select as suits your needs.

Click OK. Now you have command prompt access under the Tools Menu.

Problem

I need to run web.exe file from my developer command prompt in Visual Studio 2013. By default, the command prompt is not installed in Visual Studio 2013. Previously, I was using Visual Studio 2012. It had developer command prompt installed by default. Does anyone know why VS2013 doesn't have developer command prompt by default? How can I setup developer command prompt for VS2013?

Original source

Related problems