Matrix falling Code effect in CMD using Notepad

Have you seen the movie "Matrix"?This matrix effect is inspired by that movie only.This effect is one of the fascinating capabilities of cmd (which is ignored most often by us)
Copy and paste this code in your Notepad and Save the file as "Matrix.bat".


The code is :

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


I have also attatched the screenshot written in Notepad:


When you will Run this file it's Output will be as:



Comments

Popular posts from this blog