Q&A for How to Create the Matrix Rain in Command Prompt

Return to Full Article

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
  • Question
    How do I modify the script?
    Community Answer
    If you want to modify it, you right click it and select "Edit." Then you can edit it however you want.
  • Question
    Can creating Matrix Rain in command prompt harm my laptop?
    Community Answer
    No, it won't. The only thing that could happen is, because matrix rain goes on forever, it could crash CMD or, at the worst, your computer. However, you'd have to run it for ages for that to happen.
  • Question
    Can I crack passwords with command prompt?
    Community Answer
    You probably could, but it is certainly not recommended.
  • Question
    Is there a way to modify the speed that it scrolls?
    Community Answer
    You cannot speed it up, but you can slow it down by making: echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%. timeout /t 1 /nobreak >nul goto start /t 1 = Time in seconds. /t 5 is 'wait 5 seconds'
Ask a Question

      Return to Full Article