这是applescript中的一个小测试程序:
tell application "TextEdit" to activate
delay 1
tell application "System Events" to keystroke "Stuff goes here"
delay 1
tell application "TextEdit" to quit
我希望 TextEdit 退出而不显示“你想退出而不保存”对话框 AKA 退出而不保存。
有没有办法killall
在 applescript 中使用类似的东西或使用 shell 命令?