How to Make the Matrix in Batch File / Notepad

by klaus-peter in Circuits > Software

161521 Views, 12 Favorites, 0 Comments

How to Make the Matrix in Batch File / Notepad

1.jpg
well its prity easy all you need to do this is a little bit of knowledge on how to use notepad and batch

Open Notepad / Text Document

2.jpg
the matrix is a combination of lots of different numbers we ar not going to waist
time on typing all the numbers into notepad so if we put %random% it will make
its own combination of numbers

all you need to do is copy code in part 2 into notepad

3.jpg
and here is the code

@echo off
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start

Saving It

4.jpg
most people would now how to save a command file
but for those who don't this is how

first make shore you copied the code exactly as I had it
the goto

file
save as
I would recommend saving it to your desktop
save the file as

for example mtrix.bat
but . bat has to be at the end of every batch file you make