环境:windows

1、有3个cmd需要依次执行,脚本如下wshshell.vbs

Set WshShell = WScript.CreateObject("WScript.Shell")
wshshell.run "1.bat",1,true
wshshell.run "2.bat",1,true
wshshell.run "3.bat",1,true
msgbox "点击确定完成执行",title,"完成提示"

  

相关文章: