Introduction: Batch File Matrix

About: I like to computer program. I like soccer.

How to make Matrix effect in notepad

This is a very very simple batch code, and also one of the greatest

  1. Open Notepad
  2. Copy and Paste the code below
  3. Save the file as matrix.bat
  4. Click text document and change it to all files
  5. 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