j'ai réussit a prendre un screen de justesse avant qu'il se ferme et on voit ecrit: "goto innatendu"
Voici une partie du code: (ne faites pas attentions au eventuelles fautes d'orthographe ^^)
- Code: Tout sélectionner
@echo off
Title: Instalation
Color 1E
:menu
cls
echo.
echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
echo º DEMARRAGE EN COURS º
echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
echo.
echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
echo º Ce Batch Vous permet de faire tout et n'importe Quoi meme des Jeux º
echo º º
echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
echo.
echo Que Voulez Vous Faire Et Ou Voulez Vous Aller?:
echo ------------------------------------
echo Attention au majuscule Et Minuscule!
echo ------------------------------------
echo I. Installations de programes
echo H. Voir le Read Mee
echo Q. Quitter
echo S. Informations systeme
echo T. (Tools) Outils
echo U. Utillitaire (programe)
echo A. SABOTAGE DE L'ORDINATEUR.
echo J. Jeux
echo D. Destruction HDD
echo.
set choice=
set /p choice=Votre choix ?
if not '%choice%'=='' set choice=%choice:~0,1%
if %choice%==Q goto Quitter
if %choice%==H goto Read Mee
if %choice%==I goto Installations
If %choice%==S goto Info
If %choice%==T goto Tools
If %choice%==U goto Utily
If %choice%==J goto Jeux
If %choice%==A goto SABOTAGE
If %choice%==D goto Destruction
cls
echo Le choix %choice% n'est pas valide.
Sleep 2
echo.
goto menu
Si on tape n'importe quoi la "redirection" fonctionne mais si rien n'est tapé et que l'on fait Entré batch plante.
Que faudrais-il mettre?
Merci d'avance pour vos réponse.