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