VBS延时静默运行程序

Dim Wsh Set Wsh = WScript.CreateObject(“WScript.Shell”) WScript.Sleep(15000) Wsh.Run “ins.bat”,,False Set Wsh=NoThing WScript.quit