摘要: 在VBS中,添加多个需要运行的BAT文件即可,示例:createobject("wscript.shell").run "c:\test1.bat",0 '其中0表示bat文件以隐藏窗口的方式运行createobject("wscript.shell").run "c:\test2.bat",0cr 阅读全文
posted @ 2021-08-18 16:18 China Soft 阅读(1146) 评论(0) 推荐(0) 编辑