Bonjour tout le monde et borne année
![Cheesy :D](http://www.gamoover.net/Forums/Smileys/guntar/cheesy.gif)
je bidouille mon frontend pour ma MAMEcab et je voudrais faire un batch du type
if then
else
le tout avec une variable %1%
But: lancer un iso avec Daemon Tools puis, en fonction du jeu, lancer telle ou telle ligne de commande
voici le brouillon
---------------
"c:\program Files (x86)\Daemon Tools Lite\daemon.exe" -mount 0, %1%
if %1%=gradius then goto 450
if %1%=tekken then goto 450
pcsx2.exe" j:\ps2.iso --nogui --fullscreen
450 pcsx2.exe j:\ps2.iso --nogui --fullscreen --cgfpath=/blabla
----------------
J'ai mis 450 au hasard comme si c'était du basic
![Cheesy :D](http://www.gamoover.net/Forums/Smileys/guntar/cheesy.gif)
bref c'est juste un pb de syntaxe je pense
Merci pour votre aide
![Smiley <:)](http://www.gamoover.net/Forums/Smileys/guntar/smiley.gif)