Published in: AppleScript
This example is the loop that waits until "mi.app" is quitted.
repeat try do shell script "ps -auxw | grep '[ m]i\.app'" on error exit repeat end try delay 1 end repeat
You need to login to post a comment.
Beginning AppleScript (Programmer to Programmer)
Geared toward programmers with no prior development knowledge, Beginning AppleScript serves as a comprehensive guide to using AppleScript on the Mac OS X platform. This title introduces the reader to AppleScript, and then illustrates how to efficiently start writing scripts through sample programs as each concept is introduced.
katz on 07/26/06
2 people have marked this snippet as a favorite
Published in: AppleScript
This example is the loop that waits until "mi.app" is quitted.
repeat try do shell script "ps -auxw | grep '[ m]i\.app'" on error exit repeat end try delay 1 end repeat
You need to login to post a comment.