On 10 Nov 2010, at 18:34, McLaughlin, Michael P. wrote:

> Is there any standard way for a Cocoa app to test whether it was launched
> from a script, esp. AppleScript?  I would like to set a flag to disable
> dialogs so that users could run the app in (faceless) batch mode.
> 
> Thanks.
> 
> -- 
> Mike McLaughlin
> 

Maybe it's just me but I am not sure if this question makes a whole lot of 
sense.

AppleScript runs in process so a multitude of applications could launch your 
app by generating and dispatching the appropriate AppleEvent.
Or do you want to ascertain if the app was launched by AppleScript Editor.app?

Is the app to be scripted by users?

In that case it might be better to make your app scriptable and send it an 
explicit event to request batch mode.

Regards

Jonathan Mitchell

Developer
Mugginsoft LLP
http://www.mugginsoft.com

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to