We can make green numbers continue scroll down like showed in science fiction movie- The matrix
Like below picture
Like below picture
Here is the method to make matrix using notepad.
Step 1 :- Open notepad.
Step 2 :- Copy below code and paste it in notepad.
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
Step 3 :- Now you can save this code in any name but you have to give extension at last ".bat"
That's it !!
Open that save file. It will look like...
Note :-
- You can also create this different color by replace '02' in the code by '01' , '03' , '04' , '05' , '06' , '07' , '08' , '09' , '10' .