From: has Date: 2007-08-18T19:10:20+09:00 Subject: Re: Using StandardAdditions.osax with appscript 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 has -- http://appscript.sourceforge.net http://rb-appscript.rubyforge.org