Introvert or Extrovert Quiz
Q&A for How to Create the Matrix Rain in Command Prompt
Coming soon
Search
-
QuestionI created the .bat file, but I want to open from cmd. How can I do that?Community AnswerIf 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.
-
QuestionCan this be done in Windows 7?Community AnswerAs long as you have a notepad or a similar application terminal or command prompt.
-
QuestionI'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 AnswerTry modifying your script to this: title MATRIX echo off cls :start echo %random% %random% %random% %random% %random% %random% %random% %random% goto start
-
QuestionHow do I modify the script?Community AnswerIf you want to modify it, you right click it and select "Edit." Then you can edit it however you want.
-
QuestionCan creating Matrix Rain in command prompt harm my laptop?Community AnswerNo, 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.
-
QuestionCan I crack passwords with command prompt?Community AnswerYou probably could, but it is certainly not recommended.
-
QuestionIs there a way to modify the speed that it scrolls?Community AnswerYou 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
200 characters left
Include your email address to get a message when this question is answered.
Submit