Matrix Batch Code

by BILLYREEDY in Circuits > Computers

1428 Views, 17 Favorites, 0 Comments

Matrix Batch Code

matrixpic1.png

This is my first instructable instruction today I am going to give you a step by step instruction to make a matrix using batch

Getting in Notepad

startnotepadlookup.png

Go to start menu and search notepad and click Notepad

The Code

notepadunlimitednumbers.png

Type this code into Notepad

:CODE

@echo off
title Matrix100

color 0a

mode 100

echo _

echo [_]

echo -

echo Brought to you by COMMAND OR CODE

echo Hand Written Batch Code by Billy Reedy

pause>nul

set r=100242011862467

:B

echo %r%%r%%r%%r%%r%%r%%r%%r%%r%%r%%r%%r%%r%%r%%r%%r%%r%

goto B

Save As

matrixsaveas.png

After pasting in the code save it as Matrix.bat and change the type to All Files then push save

Matrix!!!

matrixpic1.png

Then open up the file and have fun!! :-)