Posts

Showing posts from October, 2014

How to make the matrix effect using notepad

How to make the matrix effect using notepad. Step-1  Open notepad Step-2  Type             @echo off              pause              color 0a              mode 1000              :a              echo %random% %random% %random% %random% %random% %random% %random%                   %random% %random%%random% %random% %random% %random% %random%              %random% %random% %random% %random% %random% %random% goto a Step-3  Press Save as from the menu and save the file as .bat Step-4...