Matrix Command Prompt (WITH COLOR!!)

by Coded Munchi in Circuits > Computers

8384 Views, 12 Favorites, 0 Comments

Matrix Command Prompt (WITH COLOR!!)

15, 1:59 PM.jpg

Many of you all know the cool trick with command prompt that makes it look like matrix. You probably didn't know you can change the colors.

In the code it says "color 0a".
I learned this from minecraft... &a = green and &0 = black. So I changed "a" to "b" and it changed the numbers blue. I also changed "0" to "f" and it made the background white.

In the instructions I will leave the color codes for the background and numbers along with the matrix code

The Setup

15, 1:59 PM.jpg
15, 1:59 PM.jpg
1. Go to notepad
You can do this by pressing the windows logo and r at the same time.

The Code

15, 1:59 PM.jpg
15, 1:59 PM.jpg
Here is the code
Copy between the lines
--------------------------------

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

Make sure on notepads "%random%" is on one line and not two

Now on line two it says "color 0a"
I'm going to show colors you can change it to

A green
B blue
F white
C pinkish red
E light yellow
D purple pinkish
1 dark blue
2 dark green
3 cyan blue
4 red
5 dark violet
6 yellow
7 light grey
8 dark grey
9 bluefish grey :/
0 black

So. Color 0a change 0 to any color for background ad for colors numbers

Saving the Notepad

15, 1:59 PM.jpg
Now save it
On the top right corner it says "file"
Click it then it says "save as"
Save it as "example.bat"
Example means... Well... Example

.bat is important meaning "batch"

Open It!!

15, 1:59 PM.jpg
15, 1:59 PM.jpg
Enjoy!!!