Sunday 15 July 2012

MATRIX FALLING CODE EFFECT: NOTEPAD TRICK OS - Windows

Copy and paste the code given below in Notepad and save the file as Matrix.bat. 

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

Run the bat file and you will see the Matrix Code Falling effect

No comments:

Post a Comment