• 周四. 3月 30th, 2023

5G编程聚合网

5G时代下一个聚合的编程学习网

热门标签

怎样写vbs批量运行bat文件

admin

11月 28, 2021

在VBS中,添加多个需要运行的BAT文件即可,示例:
createobject(“wscript.shell”).run “c: est1.bat”,0 ‘其中0表示bat文件以隐藏窗口的方式运行
createobject(“wscript.shell”).run “c: est2.bat”,0
createobject(“wscript.shell”).run “c: est3.bat”,0
createobject(“wscript.shell”).run “c: est4.bat”,0

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注