Showing posts with label effective tricks. Show all posts
Showing posts with label effective tricks. Show all posts

NOTEPAD TRICKS-MATRIX EFFECT!!!

Not much to explain, just follow the steps and see the amazing matrix effect happen in your DOS window:
  • Open Notepad.
  • Copy the below mentioned text in your notepad






@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
  • Save the file with .bat extension like Matrix.bat
Thats it. Just open the file to see the matrix effect right before your eyes!
thank you..
Don't Forgot to leave your comment..