CMD: How to Create the Matrix Rain in Command Prompt

Posted on at


 

Everyone loves the visual effect of the falling binary code "rain" in The Matrix. This article will teach you to create The Matrix rain in Command Prompt.

Step 1: Open "Notepad".
Start >> type 'notepad' in search area >> click on notepad.

Step 2: Type these command in "Notepad".

@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start

Step 3: Save (Ctrl + S) the file "Matrix.bat" name.

Step 4. Type "Ctrl + C" to terminate the program.

Note: Read must 'Step 4'.



About the author

160