Create Matrix Effect Using Notepad [Friday Fun]
Just found a interesting way to create a matrix effect using Notepad and command prompt. Hat tip goes to Jeff who commented on our earlier article about 10 Amazing things you can do with Notepad.
To create a matrix effect using notepad, open notepad and type in the following text (download plain text file):
1: @echo off 2: 3: color 02 4: 5: :start 6: 7: echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% 8: 9: goto startSave the file as matrix.bat and double click on it to see a Matrix like effect.

Happy Friday, visit Friday fun for more funny articles and jokes.
Comment Using Facebook
3 Responses to this Article | Share your Opinions/Comments
We moderate comments to prevent spam. Moderation is done within few hours. Please try and stay on topic and refrain from using abusive language. If you think there is a problem with this post, please email the post author or send us an email at tips@techie-buzz.com with the URL and the problem you see and we will rectify it as soon as we can.

That's a great little batch script. However, the text shown could be misleading. If it's copied and pasted into Notepad, you end up with the line numbers at the start of each command. That will FAIL.
Here are the actual commands with the line numbers stripped out:
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
Thanks for the cool tip.
Clif
@Clif – Yea I know, which is why I included a link in the post to download the plain text file :-)
hi
to control speed of falling: add after %random% -s line
sleep -m 100
or another in miliseconds