Sunday, June 10, 2012

Make Matrix Effect With The Help Of Notepad.

Not much to explain, just follow the steps and see the amazing matrix effect happen in your DOS window:
1. Open Notepad.2. Copy the below mentioned text in your notepad file:

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

3. Save the file with .bat extension like Matrix.bat


Thank you

No comments: