VBS运行批处理不显示CMD窗口
已测试成功的脚本
脚本一:
Set ws = CreateObject("Wscript.Shell")
ws.run "cmd /c a.bat",vbhide
—————————————
脚本二:
Set shell = Wscript.createobject("wscript.shell")
a = shell.run ("a.bat",0)
VBS运行批处理不显示CMD窗口
已测试成功的脚本
脚本一:
Set ws = CreateObject("Wscript.Shell")
ws.run "cmd /c a.bat",vbhide
—————————————
脚本二:
Set shell = Wscript.createobject("wscript.shell")
a = shell.run ("a.bat",0)
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。