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.

Steps

  1. 1
    Run Notepad.
  2. 2
    Type the following lines of text in the Notepad screen:
    • echo %random% %random% %random% %random% %random% %random% %random%

      %random% %random% %random%.
    • goto start
    Advertisement
  3. 3
    Click "File" and then "Save As." Save your file as a Batch file: "Matrix.bat".
  4. 4
    Run the batch file as administrator.
  5. 5
    To enlarge screen right click on the command prompt.
  6. 6
    Click on properties.
  7. 7
    Click on Layout tab.
  8. 8
    On the window size section, enter the resolution of your monitor.
  9. 9
    Click ok to apply changes.
  10. 10
    Type Ctrl+C and type "y" to terminate the program.
  11. Advertisement

Community Q&A

  • 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
Advertisement

Warnings

Advertisement

Things You'll Need

  • Windows OS
  • Notepad

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, 48 people, some anonymous, worked to edit and improve it over time. This article has been viewed 507,250 times.
How helpful is this?
Co-authors: 48
Updated: March 2, 2022
Views: 507,250
Categories: Command Prompt
Advertisement