Re: can't find error
Re: can't find error
- Subject: Re: can't find error
- From: Ted Wrigley <email@hidden>
- Date: Wed, 04 Feb 2015 13:46:40 -0800
if processlist does not contain "Skype" then repeat while processlist does not contain "Skype" tell application "Skype" to launch delay 0.3 set processlist to name of every process end repeat end if # does not contain "Skype"
Do it this way instead:
repeat while application "Skype" is not running tell application "Skype" to launch end repeat
|
_______________________________________________
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