Introduction: Full Screen Batch Matrix

Today I will show you how to make a full screen batch matrix.

Step 1: How to Begin

First open notepad.exe you can type it into the search bar or rght click and select new then new text document open it and type the following code ( @echo off to goto top)

@echo off
Cls
Color 02
:top
Echo %random%%random%%random%%random%%random%
Goto top

Now goto save as and enter a name followed by .bat For example matrix.bat the select all documents so it doesn't save as matrix.bat.txt and save it

Step 2: Full Screen

Is this small box not enough for you then try a full screen version of it
@echo off
Cls
Mode 1000
Color 02
Title Advanced matrix
:top
Echo %random%%random%%random%%random%%random%
Goto top

Step 3: Extra

I hope you enjoyed my first instructable I was hoping to start a website for batch coding and wanged to know which hosting site I should use google sites webs weebly wix or a different free one and if any one wanted to become a site moderator .

If you have any cool codes to share with me send them to batchcc@gmail.com or if you want to be a site moderator email me thanks.