Saturday, November 26, 2011

Create Matrix Effect by Notepad

Many of us are fans of sci-fi action film The Matrix. If you're a true fan of the matrix, you would have loved the rain, the matrix effect.
If you've always wanted to create a matrix effect of the rain, so this guide will help you.

So you want to create an array of falling into the notebook to impress your friends, right? Or maybe you want to save and make it a sweet intro video, or a screen saver! The effect of falling matrix code in Notepad is very easy to do, and the resulting show is fantastic! So here's how to make the matrix falling code in notepad.
How to create it?
1. Open Notepad and type the below code in it:
@echo off
color 2
:start
echo www.hackeruniversity.in %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
2. Save this file as Matrix_effect.bat
3. Don't forget to use .bat extension.
4. Or you can download it: Download Here

Now enjoy with matrix effect in your pc.

No comments:

Post a Comment