You are on page 1of 1

Set WshShell = CreateObject("WScript.

Shell")
do
WshShell.SendKeys "{NUMLOCK}"
WSCRIPT.SLEEP 100
WshShell.SendKeys "{CAPSLOCK}"
WSCRIPT.SLEEP 200
WshShell.SendKeys "{SCROLLLOCK}"
WSCRIPT.SLEEP 1.5000
loop

You might also like