PDF download Download Article PDF download 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
    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
    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
    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
      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
      Name
      Please provide your name and last initial
      Thanks for submitting a tip for review!
      Advertisement

      Warnings

      Advertisement

      Things You'll Need

      • Windows OS
      • Notepad

      About This Article

      Thanks to all authors for creating a page that has been read 575,354 times.

      Is this article up to date?

      Advertisement