Faire un goto "random" en batch
Résolu/Fermé
A voir également:
- Faire un goto "random" en batch
- Fichier batch - Guide
- Batch renommer une partie du nom de plusieurs fichiers - Guide
- Random batch ✓ - Forum Autoit / batch
- Batch créer un fichier txt ✓ - Forum Programmation
- Script batch utile ✓ - Forum Programmation
1 réponse
jee pee
Messages postés
40520
Date d'inscription
mercredi 2 mai 2007
Statut
Modérateur
Dernière intervention
4 décembre 2024
9 443
25 déc. 2017 à 11:07
25 déc. 2017 à 11:07
Salut,
cdlt
:menu
set /a x=%RANDOM%*3/32767
goto %x%
echo trou noir
goto menu
:0
echo 0
pause
goto menu
:1
echo 1
pause
goto menu
:2
echo 2
pause
goto menu
cdlt
25 déc. 2017 à 22:55