Introduction: How to Make the Matrix With NotePad

How to make the matrix with note pad

Step 1: Open Note Pad

First open note pad

Step 2: 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

Step 3: 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

Step 4: 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.

Step 5: Finish!

just open the batch file and follow the steps... then, THE MATRIX!

well done.

Coded Creations

Participated in the
Coded Creations