vendredi 29 mai 2009

DOS choix multiples

set /p choix=?

if /i %choix%==1 goto sectionduchoix1
if /i %choix%==2 goto sectionduchoix2

:sectionduchoix1
echo vous avez choisi 1
exit

:sectionduchoix2
echo vous avez choisi2
exit

Aucun commentaire:

Enregistrer un commentaire