how to make the matrix in batch file / notepad

 by klaus-peter
1.jpg
well its prity easy all you need to do this is a little bit of knowledge on how to use notepad and batch
 
Remove these adsRemove these ads by Signing Up

Step 1: Open notepad / text document

2.jpg
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
erudite says: Sep 26, 2012. 6:53 PM
If you set the color as 0g it will show you the key for each color
chevespeed says: Dec 18, 2011. 8:36 PM
copy this to notepad and then save as a .bat file and open it and then alt +enter
@echo off
title matrix
color 0a
:top
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto top
acarper1 says: Nov 16, 2011. 2:35 PM
is it possible to make it open it three times with one click to make it fill the screen
aprasad3 says: Jun 6, 2011. 7:26 AM
i have discovered
if you put these codes after "@echo off the text will be colorful
for:
"color 0a" Green
"color 0b" blue
"color 0c' Red
"color 0d" Purple
"color 0e" Yellow
and so on.....
aprasad3 says: Jun 6, 2011. 7:15 AM
you can also put "color 0b" after @echo it gives it blue color
or try other codes
have fun.....
gforce12 says: May 20, 2010. 2:02 PM
 You should insert "color 0a" after "@echo off" this will turn the text green. Its much cooler looking.
jack the ripper says: Feb 10, 2010. 9:01 AM
i tried it and it dosent work
impulse94 says: Mar 9, 2009. 2:15 PM
Personally, I wouldn't trust any code written by someone who doesn't even double-check their spelling on their Instructable. You also need instructions on how to execute it, and especially how to exit the program.
klaus-peter (author) in reply to impulse94Mar 11, 2009. 12:27 PM
okay thanks ill work on my spelling its my fist time ever making an Instructable thanks for pointing it out though I rushed this aswell a bit
nathangill in reply to impulse94Mar 9, 2009. 3:22 PM
Once it's saved as a .bat file, you run it by double clicking it. You end it by closing it like any other window, or if it's in full screen, hitting "Alt" + "Enter" to turn it into a window and then close it like any other window. That code is very safe, I assure you. It's pretty much just the old "Hello World!" programs, but taking advantage of a random number generator.
lemonie in reply to impulse94Mar 9, 2009. 2:38 PM
If you know how to spell, you know how to execute a .bat (in the context of this Instructable I don't think that piece of information is necessary). L
cheesemaker101 says: Mar 9, 2009. 1:26 PM
think this has been done before
klaus-peter (author) says: Mar 9, 2009. 1:16 PM
THANKS FOR CHECKING OUT MY INSTUCTABLE ON HOW TO MAKE THE MATRIX IF YOU HAVE EANY QUESTIONS PLEASE LEAVE COMENTS THANKS
Pro

Get More Out of Instructables

Already have an Account?

close

PDF Downloads
As a Pro member, you will gain access to download any Instructable in the PDF format. You also have the ability to customize your PDF download.

Upgrade to Pro today!