Matrix Batch Code
This instructable will teach you how to make the matrix code in batch.
Open Notepad
Write the Code
@echo offcolor 02:startecho %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%goto start
Save As a Batch File
Hit save. Delete the .Blah blah and replace it with .bat
You're Done
just run the program and you're good to go.