Notepad Trick : Blink Caps Lock Light Continuously

By Unknown Wednesday, May 15, 2013 0 comments
Notepad Trick

What this trick is, when you run the following script starts blinking caps Lock light continuously. If you run this script twice the rate of blink increases and alternatively Num Lock light flashes with Caps Lock.

Open Notepad and type:




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


Save as "Caps.VBS" and send it to your friend. Double-click if you want to see what works. It's a fun trick Notepad.

Note: Do not worry, when you try this crazy notepad trick. To end this script simply Open Task Manager (Ctrl + Alt + Del). In Processes end the process "wscript.exe"
Sharing is sexy

Related posts

0 comments for this post

Leave a reply