Bat random 0 100
Résolu
laulo9330
-
fiddy Messages postés 11069 Date d'inscription Statut Contributeur Dernière intervention -
fiddy Messages postés 11069 Date d'inscription Statut Contributeur Dernière intervention -
A voir également:
- Batch %random%
- Fichier batch - Guide
- Batch converter - Télécharger - Photo & Graphisme
- Batch renommer une partie du nom de plusieurs fichiers ✓ - Forum Autoit / batch
- Color batch - Forum Autoit / batch
- Batch picture resizer - Télécharger - Divers Photo & Graphisme
4 réponses
Non sa n'est pas:
set /a rand=%random%%%100
Mais plutôt:
set /a rand=%random%%%101
Il faut prendre un nombre au dessus de votre maximum.
Bilou
set /a rand=%random%%%100
Mais plutôt:
set /a rand=%random%%%101
Il faut prendre un nombre au dessus de votre maximum.
Bilou