Powered By Blogger

Monday, 22 April 2013

Generate the 'Matrix' effect in command prompt.


1) Open notepad.
2) Place the following code in notepad

Code:

@echo off
color 2
:a
echo %random%%random%%random%%random%%random%%random%%random%

%random%%random%%random%
goto a


3) Save the notepad file with any name with extension '.bat'.
4) Close file.
5) Open that file again and see the magic.

No comments:

Post a Comment