Powered By Blogger

Wednesday, 18 May 2011

Dnacing caps Lock


save the following code as caps.vbs

and it will make your caps and numlock LED’s blink regulary
how to stop : go to taskmanger and delete wscript

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

0 comments:

Post a Comment

Popular Posts