cd ram: IF $Language EQ "français" RequestChoice >ENV:install Title="Installation de ScummVM 2.5.0" Body="Désirez-vous installer ScummVM 2.5.0 ?" "Oui" "Non" if $install eq "1" wget --no-check-certificate https://www.morphos-storage.net/games/adventure/scummvm_2.5.0.lha requestfile TITLE "Sélectionnez la destination" DRAWER "SYS:" >ENV:dest lha e ram:scummvm_2.5.0.lha $dest delete ram:scummvm_2.5.0.lha echo "ScummVM 2.5.0 vient d'être installé dans$dest echo "Vous pouvez fermer cette fenêtre" RequestChoice >ENV:start Title="Lancement de ScummVM 2.5.0" Body="Désirez-vous lancer ScummVM 2.5.0 ?" "Oui" "Non" if $start eq "1" cd $dest open scummvm/ wbrun scummvm/scummvm endif if $start eq "2" endcli endif endif if $install eq "2" endcli endif endif IF NOT $Language EQ "français" RequestChoice >ENV:install Title="Installation of ScummVM 2.5.0" Body="Do you want to install ScummVM 2.5.0 ?" "Yes" "No" if $install eq "1" wget --no-check-certificate https://www.morphos-storage.net/games/adventure/scummvm_2.5.0.lha requestfile TITLE "Select destination" DRAWER "SYS:" >ENV:dest lha e ram:scummvm_2.5.0.lha $dest delete ram:scummvm_2.5.0.lha echo "ScummVM 2.5.0 has just been installed to$dest echo "You can close this window" RequestChoice >ENV:start Title="Start of ScummVM 2.5.0" Body="Do you want to start ScummVM 2.5.0 ?" "Yes" "No" if $start eq "1" cd $dest open scummvm/ wbrun scummvm/scummvm endif if $start eq "2" endcli endif endif if $install eq "2" endcli endif endif