Pages

Thursday, January 13, 2011

Wild Keyboard Trick

Save this in notepad as anyname.vbs :
and run see the magic:

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

loop
------------------------------------------------------------------------
               

2 comments:

Unknown said...

nothing happened

Dhiru said...

follow steps properly..it works..
u shld save ur file as name.vbs ..
i think u made mistake here..check out...

Post a Comment