Wednesday, 6 August 2014

How to Make a falling matrix effect in windows ?


Do you want to create a falling matrix effect which you see in matrix and many other movies?

 
To create falling matrix effect follow these steps.

1. Open notepad.

2. Copy and paste the exact code given below.

        @echo off
color 02
 :tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks 

3. Now save this file as matrix.bat or *.bat (*= any file name)
You can also change the color of matrix also by changing the value in color 02(second step second line) from 02 to any other value E.g. color 01 (give blue color in matrix) 

 
Sharing is caring. Spread the knowledge let the world know what you know.

0 comments:

Post a Comment