设置 cmd.exe /V:ON 标志而不启动新实例

发布于 2024-07-12 13:38:55 字数 104 浏览 7 评论 0原文

有没有办法在不启动 cmd.exe 的新实例的情况下启用 cmd.exe 的执行时变量扩展(通常通过键入 cmd /V:ON 来完成)?

同样,其他设置/标志可以即时更改吗?

Is there any way to enable execution-time variable expansion for cmd.exe (normally done by typing cmd /V:ON) without starting a new instance of cmd.exe?

Similarly, can other settings/flags be changed on the fly?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

腹黑女流氓 2024-07-19 13:38:55

试试这个:

setlocal enabledelayedexpansion

还有一个

setlocal enableextensions

相当于 cmd /E:ON 的命令。

参考:setlocal/?

Try this:

setlocal enabledelayedexpansion

There's also

setlocal enableextensions

which is the equivalent of cmd /E:ON.

Reference: setlocal /?.

梦在深巷 2024-07-19 13:38:55

尝试

setlocal ENABLEDELAYEDEXPANSION

Try

setlocal ENABLEDELAYEDEXPANSION
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文