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

32K957

Intro: 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

57 Comments

:SCROLLR

echo 5 a 8 b d 8 h 5 a c o l 4 3 1 5 a 8 b d 8 h 5 a c o l 4 3 6 1 5 a 8 b d 8 h

echo 3 2 4 f c p 3 m 9 u u l m 4 3 2 0 f c p 3 m 9 u u l m d 4 5 a c o l 4 3 2 g

echo a c o R 4 3 2 h h 5 4 3 l 7 + a c o l 4 3 2 h h 5 4 3 l 7 j y 3 m 9 u u l m

echo 5 a 8 b d 8 h 5 a c o l 4 3 1 5 a 8 b d 8 h 5 a c + l 4 3 6 5 a c o l 4 3 2

echo 3 2 0 f c p 3 + 9 u u l m 4 3 2 0 f c p 3 m 9 u u l m d 4 u l m 4 3 2 0 f t

echo a c o l 4 3 2 h h 5 4 3 l 7 5 a c o l 4 3 2 h h 5 4 3 l 7 j y p 3 m 9 u p 3

echo 5 a 8 b d 8 h 5 a c o l 4 3 1 5 a 8 b d 8 h 5 a c o l 4 3 6 1 5 a 8 b d 8 h

echo h h 5 4 3 l 7 3 m 9 u u l m 2 h h 5 4 3 l 7 3 m 9 u u l m 1 5 a 8 b d 8 r 3

echo h h 5 4 3 l 7 3 m 9 u u l m 2 h h 5 4 3 l 7 3 m 9 u u l m 4 3 2 0 f c p 3 f

echo 5 a 8 b d 8 h 5 a c o l 4 3 1 5 a 8 b d 8 h 5 a c o l 4 3 6 1 5 a 8 b d 8 h

echo C h 5 4 3 l 7 3 m 9 u u l m 2 + h 5 4 3 l 7 3 m 9 u u l m 1 5 a 8 b d 8 r 3

echo m O u u l m h l 8 7 u m p 3 m 9 u u l m h l 8 7 u m p 4 5 a c o l 4 3 2 e r

echo 3 2 4 f c p 3 m 9 u u l m 4 3 2 0 f c p 3 m 9 u u l m d 4 5 a c o l 4 3 2 g

goto SCROLLR
This is mine:

@echo off
color 0a
:SCROLLR
echo 5 a 8 b d 8 h 5 a c o l 4 3 1 5 a 8 b d 8 h 5 a c o l 4 3 6 1 5 a 8 b d 8 h
echo 3 2 4 f c p 3 m 9 u u l m 4 3 2 0 f c p 3 m 9 u u l m d 4 5 a c o l 4 3 2 g
echo a c o R 4 3 2 h h 5 4 3 l 7 + a c o l 4 3 2 h h 5 4 3 l 7 j y 3 m 9 u u l m
echo 5 a 8 b d 8 h 5 a c o l 4 3 1 5 a 8 b d 8 h 5 a c + l 4 3 6 5 a c o l 4 3 2
echo 3 2 0 f c p 3 + 9 u u l m 4 3 2 0 f c p 3 m 9 u u l m d 4 u l m 4 3 2 0 f t
echo a c o l 4 3 2 h h 5 4 3 l 7 5 a c o l 4 3 2 h h 5 4 3 l 7 j y p 3 m 9 u p 3
echo 5 a 8 b d 8 h 5 a c o l 4 3 1 5 a 8 b d 8 h 5 a c o l 4 3 6 1 5 a 8 b d 8 h
echo h h 5 4 3 l 7 3 m 9 u u l m 2 h h 5 4 3 l 7 3 m 9 u u l m 1 5 a 8 b d 8 r 3
echo h h 5 4 3 l 7 3 m 9 u u l m 2 h h 5 4 3 l 7 3 m 9 u u l m 4 3 2 0 f c p 3 f
echo 5 a 8 b d 8 h 5 a c o l 4 3 1 5 a 8 b d 8 h 5 a c o l 4 3 6 1 5 a 8 b d 8 h
echo C h 5 4 3 l 7 3 m 9 u u l m 2 + h 5 4 3 l 7 3 m 9 u u l m 1 5 a 8 b d 8 r 3
echo m O u u l m h l 8 7 u m p 3 m 9 u u l m h l 8 7 u m p 4 5 a c o l 4 3 2 e r
echo 3 2 4 f c p 3 m 9 u u l m 4 3 2 0 f c p 3 m 9 u u l m d 4 5 a c o l 4 3 2 g
goto SCROLLR

The text is done manually...one by one, line by line. It is a very realistic render. I have a more advanced version which animates and at the same time will display suspended words...all in plain batch.
hey when i try to change the file type it dosn't work
 save it as your name here.bat don't forget the extension.
when i click it it opens a window but then closes it almost instantly. help
make sure you put the "goto start" at the end of your program look at my 2nd instructable for a more in depth of how it works
i did that but it still wont work. i even tried it on multiple computers
make sure youre running it from within the cmd prompt window
you have to create it in notepad and then save it as a .bat file i tried it out at a library computer to see if it depends on the type of computer when i did this i hit save as and had to select the "all files option" and then save as matrix.bat if none of that works, then reply to this comment with exactly what you put into notepad
@echo off color2 :start echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% goto start i did just as you said but it doesnt work and i dont know why? i tried typing directly to command prompt and it gave out a few random numbers
can u change the speed on it mine is turbo? Thanks P.S. please answer me:-)
Ive been wondering the same thing...
no you cant change the speed to my knowledge because it randomly generates #'s
Yes, there is a way. It puts a very small pause before the goto. The code is on my computer. Once I find it, I'll put it up .

for the real newbies to bat file scripts - you forgot to add the hash marks in your script.
"copy and paste what is between the hash marks"

I use his at school to make me look smart :3
what would be the code to run it in full screen?
More Comments