How to Make the Matrix With NotePad
by JettA1 in Circuits > Computers
2445 Views, 22 Favorites, 0 Comments
How to Make the Matrix With NotePad
How to make the matrix with note pad
Open Note Pad
First open note pad
Typing
Then copy this code into note pad:
@echo off
color 0a
mode 1000
echo to start THE MATRIX
pause
:a
echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%
goto a
What Does What
what the first line is (@echo off) turns the echo off
The next is (color 0a) this changes the color to green and black for added effect
(mode 1000) Makes the window bigger
(echo to start THE MATRIX) tells you what to do once you open it
(pause) Press any key to continue
(:a) the starting point that we have to go back to
(echo %random%%random%%random%%random%%random%) tells it to say random numbers as many times as you put %random% in
(goto a) goes to :a to loop the last line
How to Save It
almost there, first go to file then save as...,name it what you want to and put .bat on the end (eg. the_matrix.bat), then save as all files and hit save.
Finish!
just open the batch file and follow the steps... then, THE MATRIX!
well done.