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
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
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
Wallah!
You have yourself a matrix!
Just oepn it and let it come and amaze
Here is a file if it didnt work: