Matrix Notepad Program
Welcome to this instructable where I will show you how to make your very own matrix program!
Notepad
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
When you use notepad to create a program you always have to start with @echo off.
Group
: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
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
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
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
Now for the saving. You can save your program anywhere, as anything you like, but make sure that you end it with .bat
Finished!
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:-)