シェルスクリプトを実行する
http://developer.apple.com/jp/technotes/tn2065.html
do shell script "/bin/tcsh my-command-file-path"
いくつかのシェルは、次のようにパラメータとしてスクリプトを受け付けます。
do shell script "/bin/tcsh -c 'my-command'"
また、大部分のシェルは、次のように標準入力からスクリプトを受け付けます。
do shell script "echo my-command | /bin/tcsh"
自分で作ったシェルを実行
do shell script "test.sh"[カテゴリ: OS > Mac]
[通知用URL]
Tweet
最終更新時間:2009年02月20日 22時16分49秒