Matrix Notepad Program

by Alpha 23 in Circuits > Computers

1812 Views, 15 Favorites, 0 Comments

Matrix Notepad Program

temp_1061634502.jpg
Welcome to this instructable where I will show you how to make your very own matrix program!

Notepad

temp_-140892752.jpg
This is the most complicated step: open notepad! If you succeeded in this step than you will have no problem with this instructable:-)

Let's Start

temp_-547640399.jpg
When you use notepad to create a program you always have to start with @echo off.

Group

temp_533813844.jpg
:START means that everything that comes after this piece of coding will be included in the group START. You can mark the end of a group by a few pieces of coding (one of which I will show you in this instructable).

Title

Sorry, no photo for this one, but it is really easy. Just type in: title MATRIX. You can change the title to your likeness of course:-)

The Colour

temp_-405744280.jpg
Of course any matrix text should be green! The code will only work if you spell it the American way, so it's color. If you're English...... sorry:-( The 0 is black and 2 is green. The first number is for the background and the second one is for the text.

The Matrix

temp_-52790782.jpg
When you want to display text on your program you always have to start with the code echo. This will not show up in the program but what comes after that does. %random% place 6 random numbers on the screen. I put %random% 9 times because it looks nice. Of course you can change this to your taste.

Repeat

temp_297519339.jpg
This last part of the code is goto START. As you might have figured it means: go to the class called START. This piece of code makes the whole thing repeat until you close your program.

The Important Part

temp_685218257.jpg
temp_-1516143756.jpg
Now for the saving. You can save your program anywhere, as anything you like, but make sure that you end it with .bat

Finished!

temp_-1978786042.jpg
Double click on your program and (if everything went well) you will get the MATRIX!!!!!!! Anyway, thank you for reading/watching/looking at/VOTING:-) for this instructable. Feel free to leave comment and of course: don't forget to vote:-)