Ac_K, j'ai eu l'idée d'intégrer
PSP Content Manager en 6è choix dans le pack, après la copie, histoire de pouvoir organiser les jeux.
Code:
echo ----------------------------------------------------------------
echo.
set choice=
set /p choice= Entrez votre choix (1-7) (Puis Entree):
if '%choice%'=='1' goto rip
if '%choice%'=='2' goto patch
if '%choice%'=='3' goto conv
if '%choice%'=='4' goto eboot
if '%choice%'=='5' goto copy
if '%choice%'=='6' PSXBin\PSPContentManager.exe
if '%choice%'=='7' goto quit
echo.
echo ----------------------------------------------------------------