Re: Simple newbie question
Re: Simple newbie question
- Subject: Re: Simple newbie question
- From: KOENIG Yvan <email@hidden>
- Date: Tue, 13 May 2008 08:52:50 +0200
Le 13 mai 2008 à 07:22, ba95 a écrit :
Le 12 mai 08 à 22:41, ba95 a écrit :
Le 12 mai 08 à 21:01, email@hidden a
écrit :
You may try:
tell application "Finder"
try
if "App1" is not in (get every process ) then open application
"App1"
open application "App2"
end try
try
if "App1" is in (get every process ) then quit application
"App1"
quit application "App2"
end try
end tell
Yvan KOENIG (from FRANCE lundi 12 mai 2008 20:16:32)
Seems to be the good idea.
Thanks a lot Yvan
BA
Does not work either.
Launches and then immediately quits...
Same issue as my solution.
Regards.
BA
I apologize but the modified script does what was doing your original
script.
It was posted before I receive your comùplementary post saying that
the original was not doing what you was wanting.
At this time I don't know what was the script supposed to do.
Yvan KOENIG (from FRANCE mardi 13 mai 2008 08:52:45)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden