gpt4 book ai didi

Powershell 从 cmd 运行消息框

转载 作者:行者123 更新时间:2023-12-03 16:27:33 25 4
gpt4 key购买 nike

我正在努力实现以下目标:

我需要从批处理文件 psh 脚本运行,而不是从文件运行,单独使用命令行。 我已经从 ps 控制台尝试了以下代码并且它有效,但是当从 cmd 传递它时 - 不是。

powershell.exe -ExecutionPolicy Bypass -Command {[System.Reflection.Assembly]::LoadWithPartialName('System.Windows.Forms'); [System.Windows.Forms.MessageBox]::Show('We are proceeding with next step.')}

谁能帮忙解决问题?谢谢。

最佳答案

将 {brackets} 换成“quotes”:

@powershell.exe -ExecutionPolicy Bypass -Command "[System.Reflection.Assembly]::LoadWithPartialName('System.Windows.Forms'); [System.Windows.Forms.MessageBox]::Show('We are proceeding with next step.')"

(还添加了用于回显关闭的@)

关于Powershell 从 cmd 运行消息框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25836547/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com