How to Make a Matrix Efect With Command Prompt

by WaterLemon7 in Circuits > Computers

296271 Views, 12 Favorites, 0 Comments

How to Make a Matrix Efect With Command Prompt

imagesCAN14E8S.jpg
hope you enjoy :)

you will need

1. a computer or laptop
2. have command prompt
3.have notepad

How to Get Onto Notepad...

imagesCAADEXDO.jpg
first of all click on the start button on the left hand side of your computer screen. after that is done type in on the search bar notepad.
double click on the icon.

What to Type In

imagesCAADEXDO.jpg
@echo off
color 0a
:top
echo (type in %random% 14 times here)
goto top

if you want it slower and better type in this instead

@echo off
color 0a
:top
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
%random% %random% %random% %random%
ping -n 0.25 500.0.0.1>nul
goto top

How to Put It Onto Desktop

images[1].jpg
after you have finished that go onto file on the top left hand side of the notepad document and click on save as.
then save it onto desktop. You have to save it as (something anyhting you want to write).bat or else it wont work.

images[4].jpg
know double click on the icon which was saved as .bat and the matrix effect should appear on a command prompt. with the green numbers.