old script fails
old script fails
- Subject: old script fails
- From: Robert Poland <email@hidden>
- Date: Sat, 26 Jul 2014 11:54:11 -0600
Hi,
I have been using this script for ages, now it fails. Maybe Mavericks killed it. I know it’s crude but it worked.
Ideas?
tell application "System Events" to set processlist to name of every process
if processlist does not contain "GraphicConverter" then
repeat while processlist does not contain "GraphicConverter"
tell application "System Events" to set processlist to name of every process
tell application "GraphicConverter 9"
activate
end tell
delay 0.2
end repeat
end if
TIA,
Robert Poland
Fort Collins CO
_______________________________________________
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