The things you need to do is :
1. Open Notepad. To open Go to RUN (windows+R) and type NOTEPAD.
2. Paste the following codes:
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
3.Save the file as anyname.bat (i.e. The batch file).
4.Just double click and press Alt+enter and its done.
To change the color of the matrix you have to change the color 02 to any other colors like color 0a, color 02, etc.
No comments:
Post a Comment
Your Comment Here