Create a Matrix Falling Code Effect in Command Prompt in Windows | Notepad tricks for Windows


Inspired from movie 'Matrix' the Matrix digital rain or Matrix code, is the computer code featured in the Matrix series. The falling green code is a way of representing the activity of the virtual reality environment of the Matrix on screen. This is a computer trick that gets code to rain down vertically. With a little bit of effort, you can make that effect on your computer by using only notepad.

Creating Matrix Falling Code Effect

Read below & follow the steps to create the Matrix rain in your computer :

 1. Open Notepad. (click on 'Start' search for 'Notepad' and open it)

 2. Copy and paste the code given below in your Notepad.

@echo off
mode 1000
color
02
:abe
echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%
goto abe


➤ Number denoted in 'red' in the above the code is for color. You can use any combination between 0 to 9 and A to F to change your background and Text colors.

 3. Click on "File" and then "Save As" and Save your file with a " .bat " extension (as a Batch file) i.e 'Matrix.bat'


 4. Now after creating the Batch (.bat) file , run or Open the file and Upon running the bat file, you will see the "Matrix falling code" effect like in the below image. ( if you having problem in opening the file then right click on the .bat file and 'run as administrator')


 5. To stop the Matrix falling code effect click on Close button, or you can do it by Just pressing 'CTRL + C' , Then you will be asked whether to terminate the job. Now type " y " and press 'Enter' to stop the program.

Now that you have learned how to create and open Batch (.bat) file, try out more 'Matrix falling code' given below :

 a. Matrix falling code 0 & 1


@echo off
mode 1000
color 02
:abe
set /a a=%random%
if %a% geq 11007 set /a aa=1
if %a% lss 11007 set /a aa=0
set /a b=%random%
if %b% geq 11007 set /a bb=1
if %b% lss 11007 set /a bb=0
set /a c=%random%
if %c% geq 11007 set /a cc=1
if %c% lss 11007 set /a cc=0
set /a d=%random%
if %d% geq 11007 set /a dd=1
if %d% lss 11007 set /a dd=0
set /a e=%random%
if %e% geq 11007 set /a ee=1
if %e% lss 11007 set /a ee=0
set /a f=%random%
if %f% geq 11007 set /a ff=1
if %f% lss 11007 set /a ff=0
set /a g=%random%
if %g% geq 11007 set /a gg=1
if %g% lss 11007 set /a gg=0
set /a h=%random%
if %h% geq 11007 set /a hh=1
if %h% lss 11007 set /a hh=0
set /a i=%random%
if %i% geq 11007 set /a ii=1
if %i% lss 11007 set /a ii=0
set /a j=%random%
if %j% geq 11007 set /a jj=1
if %j% lss 11007 set /a jj=0
set /a k=%random%
if %k% geq 11007 set /a kk=1
if %k% lss 11007 set /a kk=0
set /a l=%random%
if %l% geq 11007 set /a ll=1
if %l% lss 11007 set /a ll=0
set /a m=%random%
if %m% geq 11007 set /a mm=1
if %m% lss 11007 set /a mm=0
set /a n=%random%
if %n% geq 11007 set /a nn=1
if %n% lss 11007 set /a nn=0
set /a o=%random%
if %o% geq 11007 set /a oo=1
if %o% lss 11007 set /a oo=0
set /a p=%random%
if %p% geq 11007 set /a pp=1
if %p% lss 11007 set /a pp=0
set /a q=%random%
if %q% geq 11007 set /a qq=1
if %q% lss 11007 set /a qq=0
set /a r=%random%
if %r% geq 11007 set /a rr=1
if %r% lss 11007 set /a rr=0
set /a s=%random%
if %s% geq 11007 set /a ss=1
if %s% lss 11007 set /a ss=0
set /a t=%random%
if %t% geq 11007 set /a tt=1
if %t% lss 11007 set /a tt=0
set /a u=%random%
if %u% geq 11007 set /a uu=1
if %u% lss 11007 set /a uu=0
set /a v=%random%
if %v% geq 11007 set /a vv=1
if %v% lss 11007 set /a vv=0
set /a w=%random%
if %w% geq 11007 set /a ww=1
if %w% lss 11007 set /a ww=0
set /a x=%random%
if %x% geq 11007 set /a xx=1
if %x% lss 11007 set /a xx=0
set /a y=%random%
if %y% geq 11007 set /a yy=1
if %y% lss 11007 set /a yy=0
set /a z=%random%
if %z% geq 11007 set /a zz=1
if %z% lss 11007 set /a zz=0
echo %aa% %bb% %cc% %dd% %ee% %ff% %gg% %hh% %ii% %jj% %kk% %ll% %mm% %nn% %oo% %pp% %qq% %rr% %ss% %tt% %uu% %vv% %ww% %xx% %yy% %zz% %aa% %bb% %cc% %dd% %ee% %ff% %gg% %hh% %ii% %jj% %kk% %ll% %mm% %nn% %oo% %pp% %qq% %rr% %ss% %tt% %uu% %vv% %ww% %xx% %yy% %zz% %aa% %bb% %cc% %dd% %ee% %ff% %gg% %hh% %ii% %jj% %kk% %ll% %mm% %nn% %oo% %pp% %qq% %rr% %ss% %tt% %uu% %vv% %ww% %xx% %yy% %zz% %xx% %yy% %zz% %nn% %oo% %pp% %zz%
goto abe

 b.


@echo off
mode 1000
color 02
:abe
set /a a=%random%
if %a% geq 11007 set /a aa=1
if %a% lss 11007 set /a aa=0
set /a b=%random%
if %b% geq 11007 set /a bb=1
if %b% lss 11007 set /a bb=0
set /a c=%random%
if %c% geq 11007 set /a cc=1
if %c% lss 11007 set /a cc=0
set /a d=%random%
if %d% geq 11007 set /a dd=1
if %d% lss 11007 set /a dd=0
set /a e=%random%
if %e% geq 11007 set /a ee=1
if %e% lss 11007 set /a ee=0
set /a f=%random%
if %f% geq 11007 set /a ff=1
if %f% lss 11007 set /a ff=0
set /a g=%random%
if %g% geq 11007 set /a gg=1
if %g% lss 11007 set /a gg=0
set /a h=%random%
if %h% geq 11007 set /a hh=1
if %h% lss 11007 set /a hh=0
set /a i=%random%
if %i% geq 11007 set /a ii=1
if %i% lss 11007 set /a ii=0
set /a j=%random%
if %j% geq 11007 set /a jj=1
if %j% lss 11007 set /a jj=0
set /a k=%random%
if %k% geq 11007 set /a kk=1
if %k% lss 11007 set /a kk=0
set /a l=%random%
if %l% geq 11007 set /a ll=1
if %l% lss 11007 set /a ll=0
set /a m=%random%
if %m% geq 11007 set /a mm=1
if %m% lss 11007 set /a mm=0
set /a n=%random%
if %n% geq 11007 set /a nn=1
if %n% lss 11007 set /a nn=0
set /a o=%random%
if %o% geq 11007 set /a oo=1
if %o% lss 11007 set /a oo=0
set /a p=%random%
if %p% geq 11007 set /a pp=1
if %p% lss 11007 set /a pp=0
set /a q=%random%
if %q% geq 11007 set /a qq=1
if %q% lss 11007 set /a qq=0
set /a r=%random%
if %r% geq 11007 set /a rr=1
if %r% lss 11007 set /a rr=0
set /a s=%random%
if %s% geq 11007 set /a ss=1
if %s% lss 11007 set /a ss=0
set /a t=%random%
if %t% geq 11007 set /a tt=1
if %t% lss 11007 set /a tt=0
set /a u=%random%
if %u% geq 11007 set /a uu=1
if %u% lss 11007 set /a uu=0
set /a v=%random%
if %v% geq 11007 set /a vv=1
if %v% lss 11007 set /a vv=0
set /a w=%random%
if %w% geq 11007 set /a ww=1
if %w% lss 11007 set /a ww=0
set /a x=%random%
if %x% geq 11007 set /a xx=1
if %x% lss 11007 set /a xx=0
set /a y=%random%
if %y% geq 11007 set /a yy=1
if %y% lss 11007 set /a yy=0
set /a z=%random%
if %z% geq 11007 set /a zz=1
if %z% lss 11007 set /a zz=0
echo %aa%   %bb%   %cc%   %dd%   %ee%   %ff%   %gg%   %hh%   %ii%   %jj%   %kk%   %ll%   %mm%   %nn%   %oo%   %pp%   %qq%   %rr%   %ss%   %tt%   %uu%   %vv%   %ww%   %xx%   %yy%   %zz%   %vv%   %ww%   %xx%   %yy%   %zz%   %vv%   %ww%   %xx%   %yy%   %zz%   %vv%   %ww%   %xx%   %yy%   %zz%   %yy%   %zz%
goto abe

 c.


@echo off
mode 1000
color 02
:abe
echo %random%   %random%    %random%    %random%    %random%     %random%     %random%     %random%     %random%      %random%      %random%      %random%      %random%      %random%      %random%      %random%      %random%      %random%
goto abe

 d. Countdown before Matrix falling effect


@echo off
title Matrix
color 02
ping -n 2 127.0.0.1>nul
echo This Matrix Affect by Abe !!!
ping -n 2 127.0.0.1>nul
echo The Matrix Effect starts in
ping -n 2 127.0.0.1>nul
echo        6
ping -n 2 127.0.0.1>nul
echo         5
ping -n 2 127.0.0.1>nul
echo          4
ping -n 2 127.0.0.1>nul
echo           3
ping -n 2 127.0.0.1>nul
echo            2
ping -n 2 127.0.0.1>nul
echo             1

:abe
set /a a=%random%
if %a% geq 11007 set /a aa=1
if %a% lss 11007 set /a aa=0
set /a b=%random%
if %b% geq 11007 set /a bb=1
if %b% lss 11007 set /a bb=0
set /a c=%random%
if %c% geq 11007 set /a cc=1
if %c% lss 11007 set /a cc=0

ping -n 1 127.0.0.1>nul
echo %aa%   %bb%   %cc%   %aa%   %bb%   %cc%   %bb%   %aa%   %cc%   %aa%   %cc%   %bb%   %cc%   %bb%   %aa%   %cc%   %aa%   %bb%   %aa%   %cc%   %aa%   %bb%   %cc%   %bb%   %aa%   %cc%   %bb%   %aa%   %cc%   %aa%   %bb%   %cc%   %aa%   %cc%   %aa%   %bb%   %aa%   %cc%   %bb%   %aa%   %bb%   %cc%   %bb%
goto abe

 e. Your Text falling in Matrix effect


@echo off
title My Matrix
color 02
ping -n 2 127.0.0.1>nul
echo This Matrix Affect by Abe !!!
ping -n 2 127.0.0.1>nul
echo The Matrix Effect starts in
ping -n 2 127.0.0.1>nul
echo        6
ping -n 2 127.0.0.1>nul
echo         5
ping -n 2 127.0.0.1>nul
echo          4
ping -n 2 127.0.0.1>nul
echo           3
ping -n 2 127.0.0.1>nul
echo            2
ping -n 2 127.0.0.1>nul
echo             1

ping -n 1 127.0.0.1>nul
:abe
echo  abezworld      abezworld       abezworld        abezworld         abezworld          abezworld           abezworld            abezworld             abezworld
goto abe

Replace "abezworld" in the above code with the text you want.

➤ You can create images as Matrix code, read ➛ Here

Post a Comment

3 Comments

  1. I have been surfing on-line greater than three hours nowadays, yet
    I by no means found any fascinating article like yours.
    It is lovely value sufficient for me. In my
    view, if all web owners and bloggers made good content as you did, the web can be much more helpful than ever before.

    ReplyDelete
  2. Howdy, I do think your website may be having internet browser compatibility problems.
    When I take a look at your web site in Safari, it looks fine
    however, if opening in IE, it's got some overlapping
    issues. I just wanted to provide you with a quick heads up!
    Other than that, excellent website!

    ReplyDelete
  3. Fantaѕtic gooԁs from you, man. I've սnderѕtand your stuff previous to and
    you are јust too fantastic. I ɑϲtually like whatt yоu have
    acquiοred here, certainly like hat you're stating aand tһe ѡaay in ԝhich you saay
    it. You make it enjоyable and youu still take
    care of to keep it wise. I cant wait to read much more from you.

    This is rsally a great web site.

    ReplyDelete