Monday 28 May 2012

Create Matrix Effect Using Notepad


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


Save this file as Matrix.bat
Make sure the file type is kept as ALL FILES while saving it as a .bat file.

No comments:

Post a Comment