Friday 11 March 2011

Awesome Fun Note Pad Tips N Tricks On Pc Part 3

Open notepad-Type 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.

Open notepad -Type
@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.

Open notepad - Type
@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.
Related Posts Plugin for WordPress, Blogger...