How to make matrix rain on the command line

Table of contents:

How to make matrix rain on the command line
How to make matrix rain on the command line
Anonim

Many people love the visual effect of the crumbling characters in The Matrix. In this article, we will show you how to create such a visual effect using the command line.

Steps

Create the Matrix Rain in Command Prompt Step 1
Create the Matrix Rain in Command Prompt Step 1

Step 1. Launch Notepad

Create the Matrix Rain in Command Prompt Step 2
Create the Matrix Rain in Command Prompt Step 2

Step 2. Enter the following two lines of code in Notepad

  • echo% random%% random%% random%% random%% random%% random%% random%

    % random%% random%% random%.

  • goto start
Create the Matrix Rain in Command Prompt Step 3
Create the Matrix Rain in Command Prompt Step 3

Step 3. Click File> Save As

Save the file as a batch file "Matrix.bat".

Create the Matrix Rain in Command Prompt Step 4
Create the Matrix Rain in Command Prompt Step 4

Step 4. Run the batch file as administrator

Create the Matrix Rain in Command Prompt Step 5
Create the Matrix Rain in Command Prompt Step 5

Step 5. Right-click on the command prompt window

Create the Matrix Rain in Command Prompt Step 6
Create the Matrix Rain in Command Prompt Step 6

Step 6. Click "Properties"

Create the Matrix Rain in Command Prompt Step 7
Create the Matrix Rain in Command Prompt Step 7

Step 7. Click on the "Layout" tab

Create the Matrix Rain in Command Prompt Step 8
Create the Matrix Rain in Command Prompt Step 8

Step 8. In the "Window Size" section, enter the resolution of your monitor

Create the Matrix Rain in Command Prompt Step 9
Create the Matrix Rain in Command Prompt Step 9

Step 9. Click "OK" for the changes to take effect

Create the Matrix Rain in Command Prompt Step 10
Create the Matrix Rain in Command Prompt Step 10

Step 10. Enter CTRL-C and then enter "y" to exit the program

Advice

To change the colors, enter, for example, "color A2" or "color 2A" and you get light green characters on a green background. Use any combination of numbers from 0 to 9 and letters from A to F to change the background color and symbols

Warnings

  • Do not press the ESC key to close full screen mode - to do this, press alt = "Image" + Enter.
  • You can also close full screen mode by pressing CTRL + SHIFT + ESC (Windows 7) or CTRL + alt = "Image" + DEL (Windows XP).

Popular by topic