Matrix Effect with 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


5 comments:

Flying Twitter Bird Widget By Thehackingworld.com