Remove these ads by
Signing UpStep 1: Open notepad / text document
time on typing all the numbers into notepad so if we put %random% it will make
its own combination of numbers
all you need to do is copy code in part 2 into notepad
Remove these ads by
Signing Up
PDF Downloads
As a Pro member, you will gain access to download any Instructable in the PDF format.
You also have the ability to customize your PDF download.
@echo off
title matrix
color 0a
:top
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto top
if you put these codes after "@echo off the text will be colorful
for:
"color 0a" Green
"color 0b" blue
"color 0c' Red
"color 0d" Purple
"color 0e" Yellow
and so on.....
or try other codes
have fun.....