728x90 AdSpace

Thursday, 31 July 2014

How To Make Matrix Effect Using Notepad ~ Victorz ~ Anonymous Victorz



Hello Anonymous Victorz Sweet Friends And Guests

Here is an amazing notepad trick which will display matrix effect like you might have seen in movies, that is numbers flashes in green color. Basically we can create a small batch file in notepad. 
  • Go to Notepad and copy below codes 
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
  • Save this file as SoftwareMarketDGK.bat 
  • Now open this file as see matrix effect on your screen.