Sunday 27 November 2016

Toggle the Caps Lock button continuously

Set wshShell =wscript.CreateObject("WScript.Shell") 
do 
wscript.sleep 100 
wshshell.sendkeys "{CAPSLOCK}" 
loop

Save it as Learnfromzero.vbs
Share:

0 comments:

Post a Comment