vbscript 1

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

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

posted @ 2019-09-13 09:15  幸福工匠  阅读(102)  评论(0编辑  收藏  举报