Introduction: How to Make a Matrix Efect With Command Prompt

hope you enjoy :)

you will need

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

Step 1: How to Get Onto Notepad...

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.

Step 2: What to Type In

@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

Step 3: How to Put It Onto Desktop

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.

Step 4:

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.