sous xp la commande n'exite pas...
downloadé... et tester/corrigé : impec
Ca pourra peut etre servir à quelqu'un..
Merci encore
:menu
cls
echo 1) lancer arkanoid
echo 2) lancer giga
echo 3) lancer ghox
choice /c:153 /T:1,3 Quelle application désirez-vous
if errorlevel = 3 goto arkanoid
if errorlevel = 2 goto giga
if errorlevel = 1 goto ghox
goto fin
:arkanoid
mame arkanoid -mouse -cleanstretch full
goto fin
:giga
mame gigasb -mouse -cleanstretch full
goto fin
:ghox
mame ghox -mouse -cleanstretch full
:fin