Sunday 29 June 2014

MATRIX EFFECT

Just follow the steps and see the amazing matrix effect happen in your DOS window:
 1.)Open Notepad.
 2.)Copy the below mentioned text in your notepad file:
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
 3.)Save the file with .bat extension like Matrix.bat
 4.)That's it. Just open the file to see the matrix effect right before your eyes!
 5.)To change the color, replace "02" of "color 02" with the following color code chart



No comments:

Post a Comment