Matrix Batch Code
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
Go to start menu and search notepad and click Notepad
The Code
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
After pasting in the code save it as Matrix.bat and change the type to All Files then push save
Matrix!!!
Then open up the file and have fun!! :-)