Download Article Download Article

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.

  1. Run Notepad.[1]
  2. [2]
    • echo %random% %random% %random% %random% %random% %random% %random%

      %random% %random% %random%.
    • goto start
    Advertisement
  3. Save your file as a Batch file: "Matrix.bat".[3]
  4. Advertisement

Community Q&A

Search
Add New Question
  • Question
    I created the .bat file, but I want to open from cmd. How can I do that?
    Community Answer
    Community Answer
    If you have clicked it and it has not opened itself, then save it again and name it. At the end of the name put .bat and then try.
  • Question
    Can this be done in Windows 7?
    Community Answer
    Community Answer
    As long as you have a notepad or a similar application terminal or command prompt.
  • Question
    I've created my matrix batch file, but the cmd opens for just two-thirds of a second, and then the cmd closes. How can I fix this?
    Community Answer
    Community Answer
    Try modifying your script to this: title MATRIX echo off cls :start echo %random% %random% %random% %random% %random% %random% %random% %random% goto start
See more answers
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
Advertisement

Video

Tips

  • Play with colors, you can type "color A2", or "color 2A" to have a green background with light green text. You may use any combination of 0 to 9 and A to F to change back ground and foreground colors.
Submit a Tip
All tip submissions are carefully reviewed before being published
Thanks for submitting a tip for review!
Advertisement

Warnings

Advertisement

Things You'll Need

  • Windows OS
  • Notepad

You Might Also Like

Create a Custom Windows Command PromptCreate a Custom Windows Command Prompt
Build a Simple Computer Game Using Batch ScriptBuild a Simple Computer Game Using Batch Script
Change Directories in Command PromptHow to Navigate to a Different Folder in the Command Prompt
Change a Computer Password Using Command PromptHow to Change a Windows Password Using Command Prompt
Format a USB Using CmdHow to Format a USB Using CMD (Command Prompt)
Add Users from CMDAdd Users from CMD
Run a Batch File from the Command Line on WindowsHow to Run a Windows Batch File from the Command Line (CMD)
Reboot from Command Prompt on WindowsReboot from Command Prompt on Windows
Use Windows Command Prompt to Run a Python FileUse Windows Command Prompt to Run a Python File
Open a Folder in CmdHow to Open a Folder in Command Prompt (CMD)
Copy Files in Command PromptCopy Files in Command Prompt
Run an EXE File From Command PromptHow to Run an EXE File at the Windows Command Prompt
Watch Star Wars on Command PromptWatch Star Wars on Command Prompt
Use Net SendUse Net Send
Advertisement

About This Article

wikiHow is a “wiki,” similar to Wikipedia, which means that many of our articles are co-written by multiple authors. To create this article, 50 people, some anonymous, worked to edit and improve it over time. This article has been viewed 559,186 times.
How helpful is this?
Co-authors: 50
Updated: April 15, 2024
Views: 559,186
Categories: Command Prompt
Thanks to all authors for creating a page that has been read 559,186 times.

Is this article up to date?

Advertisement