Matrix Rain in Command Prompt

Everybody loves the visual effect of the falling binary code known as ” Rain ” in The Matrix. In this article, we gonna show you an easy way to create The Matrix rain in your Command Prompt.

Steps To Create A Matrix Rain In Command Prompt

Step 1: Open Notepad.

Step 2: Copy and paste the below code in your notepad

How To Create The Matrix Rain In Command Prompt , How To Create The Matrix Rain In Command Prompt

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

Step 3: Click on ” File ” and then ” Save As ” option. Save your file with a ” .bat ” extension i.e ” OnlineCmag.bat “.

How To Create The Matrix Rain In Command Prompt , How To Create The Matrix Rain In Command Prompt

Step 4: Run that batch file as an administrator.

Leave a comment

Website Built with WordPress.com.

Up ↑