re: quit all visible applications...
re: quit all visible applications...
- Subject: re: quit all visible applications...
- From: David Crowe <email@hidden>
- Date: Mon, 2 May 2005 07:37:33 -0600
Title: re: quit all visible
applications...
The following code gives you a list of all visible applications.
It may need some pruning, i.e. it includes the Finder:
tell application "Finder"
name of every process
whose
visible
is true
end
tell
From that you should be able to tell them all to quit (one at a
time).
- David Crowe
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden