To do it you need just a notepad or worpad.
1. Open your notepad and type or copy the below code.
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
2. Save the file in .bat extension with any name that you like. For me I named it matrix.bat.
3. Run the bat file and you will see your command prompt show a matrix effect.
I have try it and really like the effect.
0 comments:
Post a Comment