How To Create A Falling Matrix Code Effect in Notepad

Posted on June 14, 2009

18



matrixSo, you want to create a falling matrix in notepad to impress your friends, right? Or maybe you want to record it and turn it into a sweet video intro, or a screensaver! The falling matrix code effect in notepad is extremely easy to do, and the resulting show is fantastic! So, here’s how to make the falling matrix code in notepad.

First, you want to open up notepad and type up these lines of code:

@echo off

color 02

:start

echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%

goto start

Now, save this as a .bat file and run it! It’s as easy as that!


Posted in: Code, How To, Windows