作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 cl
在 cmd
并且必须运行 vcvars32.bat
每次打开cmd
window下的axx真的很痛。谁能提供一种自动运行它的方法?
最佳答案
来自 cmd /?
:
If /D was NOT specified on the command line, then when CMD.EXE starts, it looks for the following REG_SZ/REG_EXPAND_SZ registry variables, and if either or both are present, they are executed first.
HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor\AutoRun
and/or
HKEY_CURRENT_USER\Software\Microsoft\Command Processor\AutoRun
vcvars32.bat
到这些 AutoRun 注册表值之一,以便为每个
cmd.exe
执行它实例(当然,明确指定
/D
时除外)。
.bat
/
.cmd
脚本在它们不期望的环境中运行)。
关于batch-file - 有没有办法在每次启动 cmd 时运行 vcvars32.bat?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17689152/
我需要从同一个 bash 脚本 (msys) 中调用 vcvars32.bat 和 vcvars64.bat,它构建了我的应用程序的不同版本。 问题是,即使我能够使用 cmd.exe 命令调用批处理文
我安装了 Visual Studio 2017 和工具集 v140和 v141 .与 v140 合作工具集,我需要通过 vcvars 设置必要的环境.但是,运行必要的 vcvars ,我收到各种错误。
我是一名优秀的程序员,十分优秀!