Introduction: How to Make a Matrix in Batch

Video Stolen from my Second Channel DogsCODE

Hello and Welcome to a tutorial on how to make a Matrix using DOS Commands(Batch)

Enjoy,

DogeyDogs

Step 1: Make a Batch File

First you want to make a .txt file and change .txt to .bat and before .bat put any name!

for example:

matrix.bat

Step 2: Put in the Commands

So lets put some code in the .bat

Right Click it,

Click "Edit",

Type this:

@echo off

:start

color 0a

echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%

goto start

Step 3: Wallah!

You have yourself a matrix!

Just oepn it and let it come and amaze

Here is a file if it didnt work: