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