yu2n 当前离线
上尉
Dim strPrgpth strPrgpth = """e:\工具\武侠.exe""" Set wshshell = CreateObject("wscript.shell") Set oexec = wshshell.exec(strPrgpth) t=timer do while timer-t<160 wscript.sleep 1000 wshshell.Sendkeys "{ENTER}" wscript.sleep 30000 wshshell.Sendkeys "{ENTER}" loop process.Terminate复制代码
TOP
Dim strPrgpth strPrgpth = """%WinDir%\NOTEPAD.EXE""" Set wshshell = CreateObject("wscript.shell") Set oexec = wshshell.exec(strPrgpth) t = Timer Do While Timer - t < 5 wscript.sleep 1000 wshshell.Sendkeys "{ENTER}" wscript.sleep 3000 wshshell.Sendkeys "{ENTER}" loop oexec.Terminate复制代码
评分人数