Friday 29 November 2013

how to make a awesome matrix effect using notepad

just simply open notepad and type the following then save it as anything.bat
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start

you can change the color to whatever you want by switching the number.

No comments:

Post a Comment