VS2013 的开发人员命令提示符在哪里? [英] Where is Developer Command Prompt for VS2013?

查看:37
本文介绍了VS2013 的开发人员命令提示符在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要从 Visual Studio 2013 中的开发人员命令提示符运行 web.exe 文件.默认情况下,Visual Studio 2013 中未安装命令提示符.

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.

以前,我使用的是 Visual Studio 2012.它默认安装了开发人员命令提示符.

Previously, I was using Visual Studio 2012. It had developer command prompt installed by default.

有谁知道为什么 VS2013 默认没有开发者命令提示符?如何为 VS2013 设置开发人员命令提示符?

Does anyone know why VS2013 doesn't have developer command prompt by default? How can I setup developer command prompt for VS2013?

推荐答案

从 VS2013 菜单中选择工具",然后选择外部工具".输入如下:

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

  • 标题:VS2013 Native Tools-Command Prompt"会很好
  • 命令:C:WindowsSystem32cmd.exe
  • 参数:/k "C:Program Files (x86)Microsoft Visual Studio 12.0Common7ToolsVsDevCmd.bat"
  • 初始目录:根据您的需要选择.
  • Title: "VS2013 Native Tools-Command Prompt" would be good
  • Command: C:WindowsSystem32cmd.exe
  • Arguments: /k "C:Program Files (x86)Microsoft Visual Studio 12.0Common7ToolsVsDevCmd.bat"
  • Initial Directory: Select as suits your needs.

点击确定.现在,您可以在工具"菜单下访问命令提示符.

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

这篇关于VS2013 的开发人员命令提示符在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆