Tuesday, 2 July 2013

Matrix Falling Code Effect - Notepad CMD (.BAT) Tricks

Notepad, the text editor that comes bundled in Windows is an excellent tool for text editing. But that is not the only thing for which notepad is famous. It is also famous for its tricks and hacks. Here is a roundup of some of the best and coolest tricks that you can try using Notepad.

Inspired by the movie Matrix, this falling code trick is extremely popular on social networking websites. Copy and paste the code given below in Notepad and save the file as "Matrix.bat" or *.bat

@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks

Upon running the bat file, you will see the "Matrix falling code" effect.



Hope you enjoyed the post!...


1 comment:

  1. Awesome. I am a beginner and this article helped me to resolve the problem .Thank you author and the whole expect team.

    http://www.wikitechy.com/view-article/jQuery-bind-onclick-event-to-dynamically-created-elements-part2


    Both are really good,
    Cheers,
    Venkat

    ReplyDelete