Create the Matrix Rain in Command Prompt
To create the Matrix rain effect in Command Prompt, follow these steps:
- Open Command Prompt by searching for ‘cmd’ in the Windows search bar.
- Once Command Prompt is open, type ‘color A’ and press Enter. This will set the background color to black and the text color to green, giving it that classic Matrix look.
- Next, type ‘mode 1000’ and press Enter. This will increase the screen buffer size to 1000 lines, allowing the Matrix rain effect to fully take over the Command Prompt window.
- Now, type ‘for /l %A in (1,1,100) do @(for /l %B in (1,1,320) do @(set /a R=%random%*2-1 & call echo|set /p= 0x80%R%0x80%R%)) & echo.’ and press Enter. This command will start the Matrix rain effect in the Command Prompt window.
- To exit the Matrix rain effect, simply close the Command Prompt window.
By following these steps, you can easily recreate the iconic Matrix rain effect in Command Prompt and impress your friends with your tech savvy skills.