Where is Developer Command Prompt for VS2013?

后端 未结 9 1191
余生分开走
余生分开走 2020-11-27 08:51

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,

9条回答
  •  时光取名叫无心
    2020-11-27 09:36

    Since any solution given so far will open the command prompt on the project folder, you would still have to navigate to the project's folder. If you are interested in getting the command prompt directly into the project's folder, here is my 2 steps:

    1. Right-click in solution explorer on the project name (just under the solution name) and choose the command "Open Folder in File Explorer"
    2. Once the Windows Explorer is open, just type in the address bar "cmd" and then hit enter!

    Et voila! Hope that helps

提交回复
热议问题