Saturday, September 28, 2013

HOW TO CREATE MATRIX EFFECT TRICK USING NOTEPAD


Hello guys today I will share a very cool Notepad trick i.e Matrix Effect. Here we use a batch programming to create a Matrix Effect. Matrix Effect is basically a no. of green color flash is displayed. Now I will show you how its work..
Step 1:- Open a Notepad and write the following code and then save it into any .bat file name .
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
1
Step 2 :- Now run the matrix.bat file.
2

No comments:

Post a Comment