:start title STL - Menu Principal echo Bienvenue dans un des scripts de learning de Tyleo Dev. echo ------------------------------------------------------- echo 1. Start Now echo 2. Read the Licence echo 3. Exit and give up echo ------------------------------------------------------- set CHK=1 set /p CHK="Votre choix [1/2/3][default:1] : " if "%CHK%"=="1" ( goto init ) else ( rem ) if "%CHK%"=="2" ( goto licence ) else ( rem ) if "%CHK%"=="3" ( exit ) else ( rem ) goto init