执行批处理文件不弹框(vbscript实现)

DIM objShell
set objShell=wscript.createObject("wscript.shell")
iReturn=objShell.Run("cmd.exe /C xxxx.bat", 0, TRUE)

编程技巧