Print matrix on screen
- Open Notepad and copy below code into it.
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
- Now save this file as Matrix.bat (name can be anything but .bat is must).
- Open your saved file and you will have matrix effect on your screen.