On 12/11/05 16:22, "Jim Robertson" <[EMAIL PROTECTED]> wrote:
> That made me wonder whether I could use AppleScript to terminate the MS > Database Daemon (or alternatively, just Database Daemon - as it's sometimes > called) within Activity Monitor. However, Activity Monitor isn't scriptable > either, apparently. It's not, but all apps support a narrow selection of commands, one of which is 'quit', so: Tell app "Microsoft Database daemon" to quit Will work just fine. -- Barry Wainwright Microsoft MVP (see http://mvp.support.microsoft.com for details) Seen the All-New Entourage Help Pages? - Check them out: <http://www.entourage.mvps.org/> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> archives: <http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/> old-archive: <http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>
