Subscribe:

Ads 468x60px

ContactMe

Facebook

Recommended Slide

Recommended Post Slide Out For Blogger

Jul 1, 2011

To Blink CapsLock Light Continuously.

Tutorial To Blink capsLock Light continuously.. 
  1. Open Notepad.
  2. Type the following code in notepad.

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


3. 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

0 comments: