Your Info

Sign by Danasoft - Get Your Sign

Wednesday 22 January 2014

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