Sunday 26 February 2012

Have some fun : Create the Matrix pattern

have some fun, dear techies??? :)
i will tell you,how u can create the green matrix pattern as in the film.
follow these procedure.

# type the following in the Notepad.

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

then save it as matrix.bat



please note that,save it as .bat extention not as .txt extension

# then double click on the file. u can see as in the picture.

njoy!!!

No comments:

Post a Comment