Thursday 6 January 2011

Some Cool Notepad Tricks for Windows PCs

PCs


Windows PCs have a text editor named Notepad. Everyone knows about it and I am not going to say anything new. The new things which I am going to say is about playing and have fun with Notepad applications. Notepad can be used as a fun Application too and it shows some weird behaviors too.. So I have brought in front of you some Notepad tricks which give weird results when executed.
Notepad tricks
Notepad Trick 1 : Use Notepad as a Log Book


Open notepad >> Write .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.
Notepad Trick 2 : World Trade Center Attack
Open notepad >> Write Q33N >> Increase Font size to 72 >> Change Font toWingdings
This will show you how the World Trade Center episode happened. First the Plane hit two towers and then caused lots of damage.
Notepad Trick 3 : 4335 Trick
Open notepad >> Write this app can break in the first line >> Save the File and close it.
After opening the file again, you will see that it contains all encoded characters. It happens if we enter four words separated by spaces, wherein the first word has 4 letters, the next two have three letters each, and the last word has five letters. Then Notepad Automatically hides the text into unknown code.
It also works if you type AAAA BBB CCC DDDDD or any other 4-3-3-5 letter combination.
Notepad Trick 4 : Shut Down the Computer
Open notepad >> Write
@echo off
msg * I am tired.
shutdown -c “So, Bye Bye” -s
>> Save the File as AnyName.bat
When you will open this file, your Computer will Shut down on its own after showing the message in it.
Notepad Trick 5 : Open Notepad Continuously
Open notepad >> Write
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
>> Save the File as AnyName.bat
When you try to open this file, Multiple Notepad Windows will keep opening up.

No comments:

Post a Comment