Saturday 25 January 2014

Matrix effect using Notepad

                                             How To Create Matrix File ?

Open Notepad and copy below code.

@echo off

color 04

:start


echo %random% %random% %random% 

%random% %random% %random% %random%

 %random% %random%

%random%


goto start



*  Save this file as Matrix.bat

  ( .bat extension is necessary)


*  Now open this file as see matrix effect on your screen.


   

No comments:

Post a Comment