环境: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,"完成提示"
环境: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,"完成提示"
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。