Search Content On This Blog

Search Box by Windows Solutions

Note Pad Tips

Matrix Falling Code Effect


This falling code is extremely popular . Copy and paste the code given below in Notepad and save the file as “Matrix.bat” or *.bat or anything you want to give name.
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks
After Upon running the bat file, you will see the “Matrix falling code” effect.