Si votre email correspond à un compte, vous recevrez un lien de réinitialisation.
j'aurai besoin d'aide, je cherche dans un AppelScript à vérifier si uneapplication donnée est lancée.
j'aurai besoin d'aide, je cherche dans un AppelScript à vérifier si une application donnée est lancée.
In article <444faeb4$0$6654$,Michel wrote:j'aurai besoin d'aide, je cherche dans un AppelScript à vérifier si uneapplication donnée est lancée.set appName to "TextEdit"tell application "System Events"set appExists to (process appName exists)end tellPatrick
In article <444faeb4$0$6654$8fcfb975@news.wanadoo.fr>, Michel <mpaquot@wanadoo.fr> wrote: j'aurai besoin d'aide, je cherche dans un AppelScript à vérifier si une application donnée est lancée. set appName to "TextEdit" tell application "System Events" set appExists to (process appName exists) end tell Patrick