How to Make a Matrix Effect in Notepad

by DEVO PRJ 33 in Circuits > Microsoft

1199 Views, 6 Favorites, 0 Comments

How to Make a Matrix Effect in Notepad

images.jpg

What You Need

Notepad.png

all you need is notepad

so to open note pad on windows navigate to the accessories folder

then you should find notepad

The Code

@echo off

color 02

:start

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

goto start

this is the code you will need

you can put in random as much as you want just put any where between 6-20 randoms

How to Save

you can name this whatever you want as long as you add

the extension ".bat" this tells the computer that it is a batch file

How to Use Your New File

next you need to find your file

then open it if it worked cmd should open and you should see

your matrix effect