Green Color Flashing really fast
1) Matrix Effect:
We Have Seen alot of times in movies some kind of numbers in Green Color Flashing really fast. Ever Wondered How they do it ?
Well, Today you will learn it. Basically its a Small Batch file that helps to do it. Just follow the Below simple steps to do it yourself.
Step 1: Open Notepad.
Step 2: Now Copy the Below Code.
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
Step 3: Paste the Code in Notepad and Save it by Clicking on File and then Save.
Step 4: You will be now asked the file name and Save as Type, So name the file as Matrix.bat and Choose All files in save as type.
Step 5: Remember the Destination where you save the file. Now
Navigate to the Location where you saved this file. Double Click on it
to See the Magic.
0 comments:
Post a Comment