Batch File Matrix
How to make Matrix effect in notepad
This is a very very simple batch code, and also one of the greatest
- Open Notepad
- Copy and Paste the code below
- Save the file as matrix.bat
- Click text document and change it to all files
- enjoy :)
@echo off cls :loop color 0a echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%
goto loop