Showing posts with label NOTEPAD TRICKS. Show all posts
Showing posts with label NOTEPAD TRICKS. Show all posts

Friday, 11 March 2011

Awesome Fun Note Pad Tips N Tricks On Pc Part 2

Open notepad -Type .LOG in the first line-Save the File and close it. When you open this file again, you will see the current date and time and you can enter your activities there to keep a Log of what you have done at what time. You can save this file as a Diary! You can press F5 to refresh and get the current time.

Open notepad -Type Q33n-Increase Font size to 72 - Change Font to Wingdings
This will show you how the World Trade Center episode happened. First the Plane hit two towers and then caused lots of damage.

Friday, 25 February 2011

Note Pad Tricks

What this trick does is, when you run the following script it starts blinking caps Lock light continuously. If you run this script twice the rate of blink increases and alternatively NumLock light start to blink with CapsLock.
Open Notepad and Type :

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

Save it as “Caps.VBS” and send it to your friend. Double Click it if you wanna see it working. Its a very funny Notepad Trick.
Note: Don’t worry when you try this crazy notepad trick. If you want to end this script simply Open Task Manager(Alt+Ctrl+Delete). Under Processes end the process “wscript.exe”
Related Posts Plugin for WordPress, Blogger...