Thursday, April 5, 2012

Make Matrix with Notepad


Open notepad and type in:
@echo off
color 2
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
Save it as matrix.bat
Double click on file and it will open the matrix.

No comments:

Post a Comment