VBS延时静默运行程序
Dim Wsh Set Wsh = WScript.CreateObject("WScript.Shell") WScript.Sleep(15000) Wsh.Run "ins.bat",,False Set Wsh=NoThing WS...
Dim Wsh Set Wsh = WScript.CreateObject("WScript.Shell") WScript.Sleep(15000) Wsh.Run "ins.bat",,False Set Wsh=NoThing WS...
Option Explicit Dim wshShell, Shortcut Dim strDir, strName strName = "命令提示符" Set wshShell = WSH.CreateObject("WScript.Sh...