Introduction: How to Make the Matrix in Batch File / Notepad
well its prity easy all you need to do this is a little bit of knowledge on how to use notepad and batch
Step 1: Open Notepad / Text Document
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
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
Step 2:
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
@echo off
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
Step 3: Saving It
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
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