0% found this document useful (0 votes)
46 views1 page

Do This On Notepad @echo Off Color 02:start Echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% Goto Start

This 3 line batch file generates random numbers and prints them to the screen in multiple lines when run. It uses the ECHO command to output random numbers generated by the RANDOM command. The file saves as matrix.bat and contains a looping GOTO command so it continuously generates new random numbers.

Uploaded by

Himura Kenshin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views1 page

Do This On Notepad @echo Off Color 02:start Echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% Goto Start

This 3 line batch file generates random numbers and prints them to the screen in multiple lines when run. It uses the ECHO command to output random numbers generated by the RANDOM command. The file saves as matrix.bat and contains a looping GOTO command so it continuously generates new random numbers.

Uploaded by

Himura Kenshin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Do this on Notepad

@echo off
color 02
:start
echo %random% %random% %random% %random%
%random% %random% %random% %random%
%random% %random%
goto start

Save as matrix.bat

You might also like