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,"完成提示"
做一个决定,并不难,难的是付诸行动,并且坚持到底。

浙公网安备 33010602011771号