Learn how make matrix effect in your computer . Here is the simple notepad trick which makes matrix effect in your cmd . Its just a batch programming file which will select color and it will randomly move in cmd this will make effect to look like matrix effect .
Tutorial : How To Make Matrix Effect In CMD
- Open Notepad and Copy the below code .
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
- Now save the file matrix.bat
- open file and enjoy the matrix effect .
Note : You also change the colors in effect just change the color2 to any number you will observer other colors .
0 comments: