Back to Top

Saturday 30 March 2013

Make a Matrix effect on your PC

This effect is inspired by the movie Matrix and is very popular. Just type in the following coding and save it as matrix.bat
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks