Trybotics Logo

Matrix Batch Code

DESCRIPTION

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

Description:

Go to start menu and search notepad and click Notepad

Description:

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

Description:

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

Description:

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


YOU MIGHT ALSO LIKE