Wednesday, January 15, 2014

How to Make the Matrix Effect in Notepad!

Earlier I had shared several Notepad in this site. You can find them in the Notepad Trick labels. And today I'm gonna share another short and sweet notepad trick. Here in this post I will show you how to make the Matrix Effect. You may have seen on movies. It is numbers that flash on the black background. To make the Matrix effect you will have to make a .Bat file with the Notepad using the code that I have shared below. Lets see the step by step procedure.


Making the Matrix Effect by Notepad:
  • First open the Notepad. (Press WindowsKey+R >> type Notepad >> press Enter)
  • Then Copy the below code and Paste it inside the Notepad.
 @echo off  
 color 02  
 :start  
 echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%  
 goto start  
  • Then Save the file with Matrix.bat name.
 notepad trick


Now double click on the Matrix.bat file and you will see the matrix effect as shown in the image below.

matrix effect


Stay with www.iTTimesbd.com for more IT related post

No comments:

Post a Comment