AppleScript メモ

Last-modified: 2006-12-02 (土) 04:14:07
 

アプリケーション起動確認

tell application "System Events" to exists application process "iTunes"
 
環境:IntelCPU+MacOS10.4.8
2006-10-XX

iTunes 選択されている曲を再生

tell application "iTunes"
play selection
end tell

※iTunesStore、ショッピングカートでは動かないようです

 
環境:IntelCPU+MacOS10.4.8
2006-12-02