Tech Talk with Chad Blog

June 14, 2009

How To Create A Falling Matrix Code Effect in Notepad

Filed under: Code, How To, windows — chadt4 @ 1:11 pm
Tags: , , , , , , , , , ,

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!


No Comments Yet »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

Blog at WordPress.com.