Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > applescript under os 9 to quit running apps

applescript under os 9 to quit running apps
Thread Tools
k3vmo
Fresh-Faced Recruit
Join Date: Aug 2002
Status: Offline
Reply With Quote
Aug 14, 2002, 07:56 PM
 
have a script that will trash certain items on the hard drive. To be safe I want to make sure no applications are running especially the one I want to remove.
The problem is, some applications like IE don't respond to the quit event under OS 9.2.2 using Applescript 1.8.3

Here's what I have, and it returns that Internet Explorer doesn't understand quit

tell application "Finder"
try
set visible of every process to true
end try

set app_list to name of every process whose visible is true
repeat with anApp in app_list
tell anApp to quit

end repeat
end tell

Is there any better way to close all running applications? This will run under OS 9 only so I'm not worried about X compatibility
Esentially I only want my script and the finder running when it begins to remove files from the hard drive.
     
Mactoid
Grizzled Veteran
Join Date: Sep 2000
Location: Springfield, MA
Status: Offline
Reply With Quote
Aug 14, 2002, 08:30 PM
 
I see that there isn't an OS 9 Developer forum, but this topic is really inappropriate for an OS X forum. You should probably try posting in the classic Mac OS forum.
We hope your rules and wisdom choke you / Now we are one in everlasting peace
-- Radiohead, Exit Music (for a film)
     
k3vmo  (op)
Fresh-Faced Recruit
Join Date: Aug 2002
Status: Offline
Reply With Quote
Aug 14, 2002, 08:59 PM
 
Did not mean to offend anyone.

Thank you for a polite reply.
     
   
 
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Top
Privacy Policy
All times are GMT -4. The time now is 11:10 AM.
All contents of these forums © 1995-2017 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.8 © 2000-2017, Jelsoft Enterprises Ltd.,