Create Matrix Effect Using Notepad [Friday Fun]


Just found a interesting way to create a matrix effect using Notepad and command prompt. Hat tip goes to Jeff who commented on our earlier article about 10 Amazing things you can do with Notepad.

To create a matrix effect using notepad, open notepad and type in the following text (download plain text file):

   1: @echo off
   2:
   3: color 02
   4:
   5: :start
   6:
   7: echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
   8:
   9: goto start

Save the file as matrix.bat and double click on it to see a Matrix like effect.

notepad_matrix_effect

Happy Friday, visit for more funny articles and jokes.

  • Share

Related Topics Similar to This Article: »

Recent Activity: »

Comment Using Facebook

3 Responses to this Article | Share your Opinions/Comments

We moderate comments to prevent spam. Moderation is done within few hours. Please try and stay on topic and refrain from using abusive language. If you think there is a problem with this post, please email the post author or send us an email at tips@techie-buzz.com with the URL and the problem you see and we will rectify it as soon as we can.

  1. clif.notes on December 4th, 2009 at 8:52 am #

    That's a great little batch script. However, the text shown could be misleading. If it's copied and pasted into Notepad, you end up with the line numbers at the start of each command. That will FAIL.

    Here are the actual commands with the line numbers stripped out:

    @echo off

    color 02

    :start

    echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%

    goto start

    Thanks for the cool tip.

    Clif

    • Keith Dsouza on December 4th, 2009 at 9:03 pm #

      @Clif – Yea I know, which is why I included a link in the post to download the plain text file :-)

  2. zkutch on September 16th, 2011 at 5:16 am #

    hi

    to control speed of falling: add after %random% -s line

    sleep -m 100

    or another in miliseconds