Thursday, 20 August 2015

HIT ENTER CONTINUOUSLY

What if we wished to use the function of our enter button happen again and again, a better idea than to press it again and again would be to use the code below Set wshShell = wscript.CreateObject(“ do wscript.sleep 100 wshshell.sendkeys “~(enter)” loop Save it as a .vbs file and see its magic

No comments:

Post a Comment