Saturday, 7 July 2012

Matrix Falling Code Effect - Notepad CMD (.BAT) Tricks

this is the coolest trick which is exteremly popular. to do this open notepad . copy and paste the below code and save it as "matrix.bat"and open it.....
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks

* if you want different colors change the number i.e; 2 


Notepad tricks


0 comments: