Thursday, 20 January 2011

Toggle your friend’s Caps Lock button simultaneously

Just follow these simple steps to do this tricks….
1.Go to Start->Run
2.Type notepad in the location field…
3.Now Type the following code in the notepad

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

4.And save it as “Capslock.VBS” and send it to your friend……

.
Please leave the comments after reading he posts…

No comments:

Post a Comment