using applescript to display Unix Exctable file

↘锁芯ラ 提交于 2019-12-10 11:23:33

问题


I want to use applescript to create a application to run a Unix Executable File. I would like the information from the Unix exe file to be displayed within applescript. Is this possible?


回答1:


Try this:

set aVariable to do shell script "fullPathToYourExecutable"
display dialog aVariable


来源:https://stackoverflow.com/questions/15015172/using-applescript-to-display-unix-exctable-file

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!