将下面的代码保存为.vbs 文件,把 test.bat 改成你的批处理文件,然后运行.vbs 文件
--------------------------------------------------------------
set GuWS=WScript.CreateObject("WScript.Shell")
GuWS.Run "test.bat",vbhide


相关文章:

猜你喜欢
相关资源
相似解决方案