以下のメイン広告でAppleスクリプトを呼び出して実行します
NSAppleScript *as = [[NSAppleScript alloc]
initWithSource:@"tell application \"Finder\" to sleep"];
[as executeAndReturnError: NULL];
[as release];
スクリプトが動作している間は機能しません
tell application Finder to sleep
AppleScript エディターでうまく機能します。
あなたのコメント歓迎