c etait celui la
tell application " Finder"
run application " Mail"
run application " MSN Messenger"
run application " Safari"
end tell
combine avec
set question to display dialog " Lancer le Kit-Net?" buttons {"Non", " Oui"} default button " Oui"
set reponse to button returned of question
if reponse is " Oui" then
run application " Kit-Net"
end if
( ca sert a rien d en avoir fait 2 mais c etait pour essayer)