Bored? Love the Matrix? Here's a quick and silly time-waster to show the Matrix effect in Notepad.
Open Notepad and copy and paste:
@echo off color 02 :start echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% goto start
Save the document as a batch file; for example, matrix.bat.
Double-click your batch file.
You can also change the color using these numbers. The first number is the background color, and the second number is the text color.
0 - Black 1 - Blue 2 - Green 3 - Aqua 4 - Red 5 - Purple 6 - Yellow 7 - White 8 - Gray 9 - Light Blue A - Light Green B - Light Aqua C - Light Red D - Light Purple E - Light Yellow F - Bright White %random% - Random