How to Show Matrix Effects in Notepad
By Timothy Tibbetts |
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
Similar:
How to Add 'Open With Notepad' Context Menu
How to Change Zoom in or out of Text in Notepad
How to Change Font Size, Color, and Style in Notepad in Windows 10
How to Remove or Restore Notepad in Windows 10
comments powered by Disqus
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
Similar:
comments powered by Disqus