We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Applescriptの可能性を探る
macrubyもできるし、PerlでもPythonなんでも応用できるが、 rubyやmacrubyだとCocoa APIに簡単にアクセスできるので、 いろいろ応用が可能。
set theScript to "require 'osx/cocoa'; ・・・ do shell script "/usr/bin/ruby -e " & quoted form of theScript
tell application "System Events" to set appList to name of every process whose visible is true