目的のアプリケーションが起動していない場合には、起動するというものです。
こちらも引用元がわかりませんでした。
- ——————Jeditの起動チェック
- tell application “Finder“
- activate
- name of every process whose visible is true and name is “Jedit X“
- if the result as Unicode text is “Jedit X“ as Unicode text then
- –display dialog “Jedit Xは起動しています。”
- else
- –display dialog “Jedit Xは起動していません。”
- tell application “Jedit X“
- –activate
- end tell
- end if
- end tell
- ——————起動チェック終了
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー