Tutorial To Blink capsLock Light continuously..
Note:
- Open Notepad.
- Type the following code in notepad.
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
3. Save it as “Caps.VBS”.
- Run this file.
- If you want to stop this script Open Task Manager.
- Under Processes stop the process “wscript.exe”




0 comments:
Post a Comment