Saturday, October 20, 2018

Matrix Style CMD Screen





You can create this by using notepad easily. Green colored numbers randomly goes up repeatedly.

Steps :

First open notepad.
Win key + R then Enter
Type notepad now Enter
Then type These codes.



color 0a
@echo off
:top
echo %random% %random% %random% %random% %random% %random%
goto top


Then save it as a matrix.bat file.
Then run it by double clicking on it.

0 comments:

Post a Comment