Saturday, August 8, 2009

Funny NotePad Tricks


Notepad is a age old app.. but today you will learn how to play with it and have fun..
Here are few nice notepad tricks you can play with..

Virus in notepad

paste this in ur notepad

Code:

"X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*X5O!P%@AP[4\PZX54(P^)7CC)7}"

(Without Quotes)

now save it and scan it by ur antivirus software..


A Notepad Bug!!!

1. Open Notepad
2. Type 'AAAA BBB CCC DDDDD' (or any other 4-3-3-5 letter combination)
3. Save the document, and close notepad
4. Open the saved file


A Notepad with current Time !!!

Sometimes we want to insert current data and time, whenever we open the file in the notepad. If you are a lazy person like me, who don’t like to press F5 whenever you open a notepad. Then here is a trick to avoid this. Just add a .LOG in the first line of your text file and close it.
Whenever you open the file with that text in the first line in the notepad, it will insert the current date and time at the end of the file. You can start entering your text after that.


Print Tree Root

a. Open NOTEPAD and enter {print tree root}
b. After that hit enter and type C:\windows\system
c. After that hit enter and type {print C:\windows\system\winlog
d. Hit enter and type 4*43″$@[455]3hr4~
e. Then save the file as teekids in C:\windows\system.


Check Who's Ips Is Connected To You

- open notepad
- copy the following lines

@echo
@color 09
@netstat -n
@echo.
@pause

And then run it.


NEVER ENDING "OK" MESSAGE
Copy/Paste the Code to your notepad

@ECHO off
:BEGIN
msg * Hi
msg * How are you?
msg * I'm fine!
msg * Thank you!!!!!
GOTO BEGIN


Make your Windows XP talk as you type..

Open a text file in notepad and write:

Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

Save the file with a (*.vbs) extension, it will create a VBScript File.
Then after clicking the .vbs file, it will prompt you for a text, input the text and press ok.
Enjoy..


NotePad to create hidden text files!!!

1. Launch Windows command prompt from Start Menu -> Run -> Type cmd and press Enter.

2. Using DOS commands navigate to the desired folder.

3. Now type in notepad VisibleFile.txt:HiddenFile.txt and hit Enter, you can change VisibleFile.txt and HiddenFile.txt to names of your choice (notice the : between both file-names), You will be prompted to Create a New file click Yes .

4. Now enter data you want to hide, save the file and close notepad.

5. Visit the file-save location, you will see your VisibleFile.txt file (non-hidden) there, you can open the file and enter any text of your choice as any other normal text file.

6. The hidden file HiddenFile.txt will not be visible under Windows Explorer or DOS.

7. To open and read/write your hidden file, type in the command notepad VisibleFile.txt:HiddenFile.txt (change filenames with your own used during Step 3 above) at DOS command prompt and hit Enter.
(Do note that if the visible file (VisibleFile.txt) is deleted your hidden file (HiddenFile.txt) will also get deleted.)

1 comment:

Edz Villeza said...

This super awesome!!!!!!!!!!!!!!!!!!! You rock man! thanks for sharing this!

Post a Comment