From: Morton Goldberg Date: 2007-08-19T02:52:00+09:00 Subject: Re: Using StandardAdditions.osax with appscript On Aug 18, 2007, at 6:10 AM, has wrote: > On 18 Aug, 02:11, Morton Goldberg wrote: >> Can anybody tell me how to execute a command (e.g., beep) implemented >> in /System/Library/ScriptingAdditions/StandardAdditions.osax from a >> Ruby script using the appscript library? > > Use the osax module bundled with appscript, e.g.: > > require 'osax' > > StdAdditions = OSAX.osax > > StdAdditions.beep > > See the appscript documentation for more info. > > HTH It does indeed help. Exactly the info I was looking for. Thanks a lot. Regards, Morton