cd ram: IF $Language EQ "français" RequestChoice >ENV:install Title="Installation de Maestrix Reloaded 2.0" Body="Désirez-vous installer Maestrix Reloaded 2.0 ?" "Oui" "Non" if $install eq "1" wget --no-check-certificate https://www.morphos-storage.net/audio/drivers/MaestrixReloaded_2.0.lha lha e ram:MaestrixReloaded_2.0.lha ram: delete ram:MaestrixReloaded_2.0.lha open "The Maestrix Reloaded/" wbrun "The Maestrix Reloaded/Install The Maestrix" else endcli endif endif IF NOT $Language EQ "français" RequestChoice >ENV:install Title="Installation of Maestrix Reloaded 2.0" Body="Do you want to install Maestrix Reloaded 2.0 ?" "Yes" "No" if $install eq "1" wget --no-check-certificate https://www.morphos-storage.net/audio/drivers/MaestrixReloaded_2.0.lha lha e ram:MaestrixReloaded_2.0.lha ram: delete ram:MaestrixReloaded_2.0.lha open "The Maestrix Reloaded/" wbrun "The Maestrix Reloaded/Install The Maestrix" else endcli endif endif