我怎么可以添加VS命令提示符到Visual Studio 2010的C#防爆preSS?命令提示符、我怎么、VS、Visual

2023-09-04 00:06:44 作者:咒語※

当我安装了真实的版本,在命令提示符下存在的一个工具,而不是在EX preSS版?

When I install "real" editions, the command prompt exists as a tool, but not in the express edition?

我如何可以打开特殊的命令提示符,并且必须附带Visual Studio和.NET Framework中的各种命令行工具更容易获得?

How can I open the special command prompt, and have easier access to the various command-line tools that ship with Visual Studio and the .NET framework?

另请参见

Add在VS命令提示符2008例preSS版手动 - 缺少一些必要的步骤,而不能完全回答;同时,2008年的具体 Visual Studio命令提示符与常规命令提示符? Add Command prompt in VS 2008 Express Edition manually - missing some essential steps, and never completely answered; also, 2008 specific Visual Studio Command Prompt vs. Regular Command Prompt?

推荐答案

在VS命令提示符不是standaloneshell,但标准 CMD.EXE 有一些EnvironmentVariables设置 - 通过 vcvarsall.bat

The VS command prompt is not a standaloneshell, but the standard cmd.exe with some EnvironmentVariables setup — through vcvarsall.bat

拥有迷人, vcvarsall.bat 只附带了C ++版本,并驻留在微软的Visual Studio 10.0 \ VC 文件夹。

Charmingly, vcvarsall.bat only ships with the c++ edition, and resides in the Microsoft Visual Studio 10.0\VC folder.

所以,如果你还没有安装VS C ++防爆preSS - 你要访问的外壳,你可能需要安装VS C ++防爆preSS;这就是我所做的,反正。

So if you haven’t installed VS c++ Express — and you want to access the shell, you probably have to install VS c++ Express; that’s what I did, anyway.

选择工具>>在Visual Studio中的外部工具。 点击添加 填写标题 - 我用 Visual Studio的指挥放;提示 C 已分配给自定义) 命令: CMD.EXE (应该已经在你的PATH) 参数: / K\路径\为\微软的Visual Studio 10.0 \ VC \ vcvarsall.bat 在选择一个初始目录。我用 $(PROJECTDIR) 点击确定 Select Tools >> External Tools in Visual Studio. Click Add Fill in the Title - I used Visual Studio Command &Prompt (C is already assigned to Customize) Command: cmd.exe (should already be on your PATH) Arguments: /k "\path\to\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" Pick an Initial directory. I used $(ProjectDir) Click OK

我有这些笔记@ http://www.xradiograph.com/Programming/VisualStudioEx$p$pss这是又改编自http://visualbasic.about.com/b/2010/08/17/the-visual-studio-command-prompt.htm和其他来源

I have these notes @ http://www.xradiograph.com/Programming/VisualStudioExpress which were in turn adapted from http://visualbasic.about.com/b/2010/08/17/the-visual-studio-command-prompt.htm and other sources

 
精彩推荐
图片推荐