- Worldstart's Tech Tips Newsletter - http://www.worldstart.com -
The Matrix Has You
Posted By Andrew On July 13, 2011 @ 2:49 PM In Uncategorized | Comments Disabled
Okay, so it’s been awhile since the movie The Matrix came out, but that doesn’t mean we can’t have some fun with Notepad to make our own nifty Matrix effect.
So, open up Notepad and copy/paste this text into the window:
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
It should look like this:
[1]
Now, save the file as Matrix.bat somewhere you’ll remember – I just put mine on the desktop.
Double-click it and prepare to go down the rabbit hole one again.
[3]
To stop the Matrix madness, simply close the window.
~Andrew
Article printed from Worldstart's Tech Tips Newsletter: http://www.worldstart.com
URL to article: http://www.worldstart.com/the-matrix-has-you/
URLs in this post:
[1] Image: http://www.worldstart.com/the-matrix-has-you/clark_matrix_1/
[2] Image: http://www.worldstart.com/the-matrix-has-you/clark_matrix_2/
[3] Image: http://www.worldstart.com/the-matrix-has-you/clark_matrix_3/
Click here to print.