Martix in Batch/CMD

by MihaiPopa9 in Design > Software

13 Views, 0 Favorites, 0 Comments

Martix in Batch/CMD

Untitled.png

How to create a fullscreen matrix! Just in Windows Batch

Supplies

Any Windows OS that has CMD

Work for code

Code

Just code:

@echo off

color 0A

mode 1000

:main

title Martix

echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%

ping /n 1 localhost >nul

ping /n 1 localhost >nul

goto main


If you don't like copying and pasting, don't worry, I have a source code file to download now!

Click on Martix Source Code.txt to download now!!

Save

Save as Martix.bat

Or you can download the source code and rename to Martix Source Code.bat

Execute

Untitled.png

Double-click the file to execute

It speards numbers on the full-screen window

Done!

Done!! I created a full-screen martix in Windows Batch!!!