Wednesday, March 14, 2012

Matrix Effect

just follow the following steps , you can see matix counting in your dos screen


step 1: open note pad

step 2: copy the code and save it as a .bat file

example:-"Save the file with .bat extension like Matrix.bat"


@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start

for an executable file click here

No comments:

Post a Comment