Matrix Falling Code Effect

Posted by chiasedamme on Wednesday, January 30, 2013

Matrix Falling Code Effect
 
"Matrix Falling Code Effect - Notepad CMD (.BAT) Trick"

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
.
.
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks
.
.
.
after saving it when you click on the saved bat file you will see the "Matrix falling code" effect.

{ 0 comments... read them below or add one }

Post a Comment