Try to quit
Try to quit
- Subject: Try to quit
- From: email@hidden
- Date: Mon, 11 Dec 2000 13:44:51 +0100
Hi
When I try to quit an application with applescript and the app is not
running it is launched by the script.
I thought theese simple lines should do what I want: that is quitting an
application just in case it is running.
tell application "Finder"
activate
try
quit application "Fetch 3.0.3"
end try
end tell
How has the script to be modified so that it simply quits a running
application and does not launch the app when it is not running.
Thanks for every help
Michael