How To Create A Matrix Effect In Your Computer Using Notepad

07:59 AUXINS 0 Comments

                                                           
Article by-computerlearningz.blogspot.com
In most of the movies, you might have seen lots of numbers moving up-down on the screens of the computers of the hackers. This effect is called matrix. I am going to tell you a simple way to create matrix for you just by using notepad.
Follow the instructions:

1. Open notepad and copy and paste the following code:

@echo off
title matrix
color 0a
:top
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto top

2. Now save the file as matrix.bat
3. Now run the file. You will see the matrix.
4. To make it full screen, press alt+enter keys.

Note: You can change the color of the text of the matrix by using the following color codes:
"color 0a" Green
"color 0b" blue
"color 0c' Red
"color 0d" Purple
"color 0e" Yellow
and so on.....

                                                                   Bye

0 comments: