Falling Matrix on your pc

Hi Guys

Welcome to web guide.
As we all know matrix effect looks too amazing while we see it. I'm here with trick by me to create matrix effect without any knowledge about coading and without any programming software.
The only requirement here is a desktop/laptop, notepad installed.
Just follow the steps given below to create the matrix effect.


At first copy the code from here and paste it in notepad

Here is the code.

@ECHO OFF
color 02
:begin
echo %random% %random% %random% %random% %random% %random%%random% %random% %random% %random%
goto begin




Then save the file as file type- all with any name of your choice with bat extension



Now save and enjoy












Working-

@echo off- it is used to indicate the compiler as the file type as all files and compile the code without text type.

color02- it is used to set the text color and the background color as green and black respectively. As you change to number, the color will aslo change. If you wish you can change and try.

:begin- it is used to indicate the compiler that the main body part of the program begins from here.

echo- the things to be printed are wrote within echo.

%random%- it is used to print any random number on the screen as a falling matrix.

goto begin- goto is a keyword used to move the compiler at the starting point named begin.












It was the first post of my blog. hope you liked it. Tf you have any issue regarding my posts or blog you can comment here.


#regards-Sharat

Comments