使用Applescript重定向标准输出

时间:2015-11-03 18:54:00

标签: applescript

如何重定向我开始的应用程序的输出"告诉"到stdout / stderr?

我想做(没有工作)

tell application "application > log.txt"
    // ...
    quit
end tell

tell application "application" redirect output to "log.txt"
    // ...
    quit
end tell

0 个答案:

没有答案