Notepad, the text editor that comes bundled in Windows is an excellent
tool for text editing. But that is not the only thing for which notepad
is famous. It is also famous for its tricks and hacks. Here is a roundup
of some of the best and coolest tricks that you can try using Notepad.
Matrix Falling Code Effect - Notepad CMD (.BAT) Tricks
Inspired
by the movie Matrix, this falling code trick is extremely popular on
social networking websites. Copy and paste the code given below in
Notepad and save the file as "Matrix.bat" or *.bat.
|
Matrix Falling Code Effect - Notepad Trick |
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks