Sunday, March 15, 2015

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.

More Batch Lessons


No comments:

Post a Comment