【发布时间】:2011-08-28 23:41:15
【问题描述】:
Set wshShell = WScript.CreateObject ("WSCript.shell")
wshshell.run "runas ..."
如何获取结果并显示在 MsgBox 中
【问题讨论】:
-
定义“结果”。 Runas 退出代码?应用程序的退出代码通过 runas 运行?应用程序的控制台输出?
标签: scripting vbscript wsh windows-scripting