@echo off
title Matrix
:test
Color 0A
echo %Random%%Random%%Random%%Random%%Random%%Random%%Random%%Random%%Random%%Random%%Random%%Random%%Random%%Random%%Random%%Random%%Random%%Random%%Random%%Random%%Random%%Random%%Random%%Random%%Random%%Random%%Random%%Random%%Random%%Random%%Random%%Random%
goto test
le @echo off c'est pour tous les programmes en bat il faut commencer par ça
title matrix c'est pour le titre de la fenetre
:test c'est une balise qui va avec goto test
color 0A c'est pour la couleur
echo %random% c'est pour afficher des nombres au hasard
goto test c'est une balise qui va avec :test c'est comme do et loop en vbs