Trick! - Matrix Falling Code Effect using Notepad

Posted by KrishKT KrishKT
Options
Run the bat file, you will see the "Matrix falling code" effect.

matrix effect


Copy and paste the code given below in Notepad and save the file as "filename.bat."

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