Follow the steps given below and see the amazing matrix effect happen in your DOS window:
* Open Notepad.
* Copy the below mentioned text in your notepad file:
@echo off* Save the file with .bat extension like Matrix.bat
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
NOW just open the file to see the matrix effect right before your eyes!
0 comments:
Post a Comment