Computer Tricks: The Matrix effect
You must have seen this in a very famous movie, “The Matrix“. So, this basically is a fun trick, using which you can create the exact Matrix effect as shown below. You just need to copy-paste the following code in the notepad and save it as “.bat“. After that, open the saved file and enjoy the awesome Matrix effect.
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
0 comments:
Post a Comment