Skip to main content

Falling Matrix Trick

If you have watched The matrix movie then you might have seen a vertically falling down code just at the beginning of it. You can use simple notepad to perform the same trick on your computer.



Open notepad and copy the following code.

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

Save the file as matrix.bat and open it to see the same matrix falling code on your computer.