Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
applescriptを使用して、Unix実行可能ファイルを実行するアプリケーションを作成したいと思います。Unixexeファイルの情報をapplescript内に表示したいのですが。これは可能ですか?
これを試して:
set aVariable to do shell script "fullPathToYourExecutable" display dialog aVariable