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

  


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM