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