📌  相关文章
📜  在后台启动批处理 - 无论代码示例

📅  最后修改于: 2022-03-11 14:54:59.929000             🧑  作者: Mango

代码示例1
Copy in .VBS file:
Set WshShell = CreateObject("WScript.Shell") 
WshShell.Run chr(34) & ".bat" & Chr(34), 0
Set WshShell = Nothing

launch vbs file and here you go