top of page

1: copy this text into notepad.

2: save as "matrix.bat"

            DONE!

Matrix.bat Script

@echo off

 

:start

 

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

goto START

bottom of page