Notepad Tricks : Cool , Funny Notepad tricks


Notepad tricks

 Trick 1. Personal LOG Diary


image of diary


1. Open Notepad

2. Type .LOG (uppercase)

3. Save it as filename.log

4. close the File and Reopen it .

5. Enter your record and close it .

6. Again open it , Enter your Record and repeat this process .

7. Now it Looks Your personal Diary .


Trick 2. World Trade Center Trick

All of You Know The Flight Number of The Plane That Hit The World 

Trade Center on 9/11 was Q33N . Here is the Trick...

image of Q33N


1. Open the notepad and Type the Flight Number Q33N

2. Change The Font Size to 72 and Font To Wingdings.

3. Save it and Reopen the File .

WTC attack


Trick 3. Matrix Effect

1. Open Notepad.

2. Copy the below Code and Paste it .



@echo off

color a1

:top

echo %random% %random% %random% %random% %random% %random%

%random% %random% %random% %random% %random% %random% %random% %random%

goto top

3. Now Save this file as .bat (Filename.bat) and Reopen it .

image of matrix effect


Trick 4. Computer Voice box

image of voice box


1. Open the Notepad and Paste This Code .

translate=InputBox("Write Any Statements which you want to listen?","Voice box ")
             Set sapi=CreateObject("sapi.spvoice")
             sapi.Speak translate

2. Save it as .vbs File (Filename.vbs)

3. Press OK and Enjoy With Your Voice box...


Trick 5. Open Continuously Infinite Notepad


image of infinite notepad


1. Open Notepad and Paste this Code .

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

2. save it as .bat file (Filename.bat)

3. Now Reopen the File .

Note : This Code Will open the Infinite Notepad so to Stop This 

Process , Either You Stop the process (Window task manager) or 

Restart Your System .


Thank You To All My Reader
Deepak Gupta
www.i-world-tech.blogspot.in


Related Post

1. How to add Contact Us Form in Blogger

2. What Is Google Caffeine?

3. Simple Calculator Program in JavaScript 

4. How we add a " Find us on facebook " link to blogger 

5. What is Alexa Rank and How We improve it






Comments

  1. Cool Notepad Tricks...10nx for Sharing...all r working.. :)

    ReplyDelete

Post a Comment