Wednesday, August 22, 2012

Matrix Batch File trick

Dear friends,

open a note pad

copy the following content

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

save the file as matrix.bat

Execute the batch file and see the amazing matrix effect

No comments:

Post a Comment