How to Make a Matrix Batch File( THIS IS THE OLDER VERSION OF THIS INSTRUCABLE!!! CHECK MY PAGE FOR THE NEWER ONE!!!)
by MatrixEagle15 in Circuits > Computers
32539 Views, 9 Favorites, 0 Comments
How to Make a Matrix Batch File( THIS IS THE OLDER VERSION OF THIS INSTRUCABLE!!! CHECK MY PAGE FOR THE NEWER ONE!!!)
This batch file will give out random green numbers that resemble the background to "The Matrix"
theres really no point to it except to look cool
theres really no point to it except to look cool
Creating the File
create the matrix.bat file
right click
>>new
>>>text document
rename to "matrix.bat"
>>click "yes"
icon should change
right click
>>new
>>>text document
rename to "matrix.bat"
>>click "yes"
icon should change
Programing the File
programing the file
right click on file
>>edit
this should open notepad.
if not then:
right click the file
>>open with
>>>notepad
copy and paste what is between the hash marks
@echo off
color2
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
save
double click on file and it will open the matrix
right click on file
>>edit
this should open notepad.
if not then:
right click the file
>>open with
>>>notepad
copy and paste what is between the hash marks
@echo off
color2
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
save
double click on file and it will open the matrix