Introduction: 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
Step 1: Getting in Notepad
Go to start menu and search notepad and click Notepad
Step 2: 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
Step 3: Save As
After pasting in the code save it as Matrix.bat and change the type to All Files then push save
Step 4: Matrix!!!
Then open up the file and have fun!! :-)
4 Comments
7 years ago
try this it's full screen batch matrix
https://www.instructables.com/id/Full-screen-batch-...
:)
7 years ago
This was a easy code someone give me a challenge pls
Reply 7 years ago on Introduction
Challenge: See if you can get the length of that row of numbers to be exactly the width of the terminal window.
Nice Instructable!
7 years ago on Introduction
This is cool. Thanks for sharing!