Simple Matrix programme from your notepad.
1) Open your notepad.
2) Paste this code.
3) And save it at anyplace in your computer as "Anyname.bat"
4) Run this file by double click in this file.
NOTE: Its just a matrix animation on your windows..............;)
@echo off
color 02
:a
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto a
Post a Comment