Share

Search This Blog

Friday, 27 December 2013

Matrix effect using notepad

1. Go to notepad and copy the codes below
@echo off

color 02

:start

echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%

goto start
2. Save the file as matrix.bat
3. Now open this file to see matrix effect on your screen.