Command Prompt Matrix NUMBERS

by Brennn10 in Circuits > Software

828769 Views, 35 Favorites, 0 Comments

Command Prompt Matrix NUMBERS

matrix instructable.bmp
My last Instructable with the Matrix was only with the letters, but this one is a batch file that uses numbers, and looks more realistic. The real Matrix used Japanese letters and other symbols, but this one just uses numbers in different orders and sizes and it looks more realistic from my last Instructable.

It is pretty easy so lets get to it.

What Technology Do I Need?

notepad ins.bmp
You need:

  • PC with command prompt
  • The notepad application
  • The code I will give you

The Code

code ins.bmp
Ok, to enter the code, you have to open the Notepad.

Enter this code:

@echo off
color 0a
:top
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto top

  • Make sure the %random% is in one line across the screen, don't let it go to another line.

Save It As .bat

save bat.bmp
Save the notepad file on to your Dekstop as a .bat file.

Save it as:

matrix.bat

You have to have the .bat at the end for this to work, because .bat is batch and batch is used with the command prompt.

Open It and Let It Run

icon matirx.bmp
matrix instructable.bmp
Open it on your desktop and let it run!!!

Show it to your friends and watch them be amazed.

Making Screen Bigger

ddefaults.bmp
ddefualts 2.bmp
If you want to make it full screen, right click on the top blue bar, and click properties.

Choose layout, and change the height and width of the window size to 300. If you want to make the 300 default, right click on the top bar again, choose defaults, choose layout again, and make the height and width 300.

Keep in mind:

  • If you make the screen bigger, you will have to add more: %random% to the code.

So, just copy the code over and over again about 20 times.

Have Fun!