Batch File Matrix

by I_boom5245 in Circuits > Computers

1670 Views, 3 Favorites, 0 Comments

Batch File Matrix

codes.png

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