Wednesday, December 23, 2015

NOTEPAD MATRIX TRICK.

  • Open Notepad.
  • Copy the below mentioned text in your notepad file:
@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
  • Open it and see the magic.

No comments:

Post a Comment