run a bat file or script file in background

CreateObject("Wscript.Shell").Run "" & WScript.Arguments(0) & "", 0, False
Invisible.vbs "Kill.vbs ME.exe"
原文地址:https://www.cnblogs.com/otfsenter/p/8465889.html