Welcome to the Matrix in Command Prompt

by Brennn10 in Circuits > Software

169898 Views, 115 Favorites, 0 Comments

Welcome to the Matrix in Command Prompt

Matrix 2.bmp
Here is a little "trick" to impress your friends in Command Prompt. It just makes your command prompt show up like it is the Matrix theme, and continually pressing enter helps it make even cooler!

I learned this a few years ago, and I decided to make it into an Instructable. I love to go to Computer stores, like Circuit City, or Costco, and put this up on the screen.

It is funny to see people's faces when they walk by, and the screen says:

"Welcome to the Matrix"

Materials

Start.bmp
What do I need to conquer the Matrix?

  • Any Windows Model with Command Prompt
  • The "run" module in your start menu
  • Keyboard
  • The Power of the Matrix

Opening Command Prompt

cmd 2.bmp
command prompt.bmp
Once you have "run" open. Type in "cmd" in the text box.

Then click OK, and the wonderful black dialog box of DOS should appear.

If you are at school, and your "run" command is disabled, please refer to last step to find a secondary way to open up command prompt.

Typing It All In

Typing it all in.bmp
Ok, so now you have Command Prompt open, it is now time to type in what we want.

To clear the Microsoft Windows Copyright above the C:\Documents and Settings, just type in "cls"

  • cls means to clear screen.

So now, you should be left with C:\Documents and Settings\(Name of User>_

Next, type in the word "prompt".

After prompt, put a space, and start to type Welcome to the Matrix. To make sure the the saying is not overlapping to the next line, you have to type:

  • Welcome to the Matrix Welcome to the Matrix Welcome to the Matrix Welcome to the

As you can see, I did not add Matrix to the last phrase. I did this because it keeps it from running onto the next line.

Type it as you see it above.

Once you type it all in, press Enter. And move on to the next step.

Making It Matrix Colors

Matrix ss.bmp
Ok, so now it is time to make it the Matrix colors.

Type in "cls", just to clear everything up. Don't worry, no information will be lost.

You should have your Phrase across the screen now.

To change the color, type in:

  • color 0a

0a, means Green, and background black.

Now Press ENTER! Hold Enter down, and there you go!

You are one with the Matrix of Command Prompt!

  • Next Step is how to get around "run" being disabled.

The whole color legend is below:

0=black
1=blue
2=green
3=aqua
4=red
5=purple
6=yellow
7=white
8=Gray
9=Light Blue
a=Light Green
b=Light Aqua
c=Light Red
d=Light Purple
e=Light Yellow
f=Bright White

Opening CMD Without "run"

So your school admin blocked the Run from the start menu?

Here is how to open command prompt without run!

  • Open up a new notepad document. AKA a text document.
  • Now type in start command.com

start command.com

  • Now click Save
  • Save it as cmd.bat
  • Save it to the Desktop
  • Click the icon that showed up, and command prompt should open now.