Top 5 Cool Notepad Tricks
I had previously share some Interesting computer tricks as well as cool Batch file programs. In this post i will share with you guys some of the cool notepad tricks As name suggest you don't require any program other then notepad. So lets get started. 1. World Trade Center Attack Trick The flight number of the plane that had hit World Trade Center on (9/11) was Q33NY. Now we call this trick or a coincidence or something else but whatever it is you will be definately amazed by the this trick. 1. Open Notepad and Type “ Q33N ” (without quotes) in capital letters. 2. Increase the font size to 72. 3. Change the Font to Wingdings. 2. Matrix Effect Trick In this trick i will show you to make a batch file in notepad which will act as matrix effect that you might have seen in movies. Matrix effect is basically number flashes in green color. 1. Open Noteapad and copy below code into it. @echo off color 02 :start echo %random% %random% %random% %random