On 28/08/2008, at 8:36 PM, Phil Faber wrote:

Is there a simple way to quit all running applications?

Basically I want to achieve the same result as the first stage of hitting 'shut down' (closing all applications) without actually shutting down the system.


You could get the launched applications by using [[NSWorkspace sharedWorkspace] launchedApplications] and then send each of them a Quit Apple Event.

But why would you want to do this? It is possibly one of the most annoying things you could do to someone's machine and you would want to have a very, very good reason for it.

--
Rob Keniger



_______________________________________________

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 [EMAIL PROTECTED]

Reply via email to