Set ws = CreateObject("Wscript.Shell") ws.run "cmd /c test",vbhide
如何让批处理命令在后台执行
最新推荐文章于 2025-06-09 14:12:51 发布
Set ws = CreateObject("Wscript.Shell") ws.run "cmd /c test",vbhide