Monday, February 7, 2011

To blink capslock light continously

1.Open Notepad.

2.Type the following code in notepad.


Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
Save it as “Caps.VBS”.


Note:

1.Run this file.
2.If you want to stop this script Open Task Manager.
3.Under Processes stop the process “wscript.exe”


No comments:

Post a Comment