文件名称:延时启动脚本
文件大小:265B
文件格式:VBS
更新时间:2015-12-26 08:54:51
延时
' 延时运行程序脚本 ' 放在软件根目录下 Dim WshShell, oExec Set WshShell = CreateObject("WScript.Shell") '如需运行多个程序,添加以下两段 ' 延时时间,单位是毫秒 WScript.sleep 20000 ' 运行的外部程序 WshShell.Exec("D:\软件\短信平台\SMGPServer.exe")