Skip to main content
create matrix effect in command prompt using notepad
copy and paste in between the lines in note pad and sav text file as matrix.bat:::
@echo off
color 2
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
then open the file.
Comments
Post a Comment