Introduction: How to Make a Matrix Batch File( THIS IS THE OLDER VERSION OF THIS INSTRUCABLE!!! CHECK MY PAGE FOR THE NEWER ONE!!!)

This batch file will give out random green numbers that resemble the background to "The Matrix"
theres really no point to it except to look cool

Step 1: Creating the File

create the matrix.bat file

right click
>>new
>>>text document

rename to "matrix.bat"
>>click "yes"

icon should change

Step 2: Programing the File

programing the file

right click on file
>>edit

this should open notepad.
if not then:
right click the file
>>open with
>>>notepad

copy and paste what is between the hash marks


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


save

double click on file and it will open the matrix