Everyone loves the visual effect of the falling binary code "rain" in The Matrix. You can create it yourself too:
Know How...!!!
Here's how:
1. Click on Start, select run and type cmd (command prompt).
2. Now, copy the code below:
@echo off
color 0a
:top
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%goto top
3. Paste in the notepad and save it as: knowhow.bat
4. Now, right click on the bat file and select run as administrator.
And that's it...You can see the Matrix wall or the so called Matrix rain falling till you close the command prompt...
Have fun...!!!
Know How...!!!
Here's how:
1. Click on Start, select run and type cmd (command prompt).
2. Now, copy the code below:
@echo off
color 0a
:top
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%goto top
3. Paste in the notepad and save it as: knowhow.bat
4. Now, right click on the bat file and select run as administrator.
And that's it...You can see the Matrix wall or the so called Matrix rain falling till you close the command prompt...
Have fun...!!!
No comments:
Post a Comment