vbscript 1

set wshShell = WScript.CreateObject("WScript.shell")

for i = 1 to 500
wscript.sleep 5 * 60 * 1000
wshShell.sendkeys "{F5}"
next

Guess you like

Origin www.cnblogs.com/ycglc/p/11516042.html