vbs执行多个cmd命令

环境: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,"完成提示"

  

posted @ 2020-09-01 14:35  苍茫宇宙  阅读(2335)  评论(0)    收藏  举报