Quiting Appz but not finder
Quiting Appz but not finder
- Subject: Quiting Appz but not finder
- From: "Jiri D. Hoogeveen" <email@hidden>
- Date: Mon, 12 Mar 2001 16:43:35 +0100
- Organization: Proforma
Hello,
I'm using system 9.1 and I'm trying to make a script so that all the app
quit but not the finder. And no I don't wanne do a restart.
I have this script but it is killing my Finder and no other app.
tell app "FInder"
activate
tell (every app where the name is not "Finder") to quit
end tell
Thnx Jiri