將程式流程製作成Automator,就不用在終端機下指令,對一班使用這來說會比較簡單。
1.於程式庫中選 工具程式 -> 執行AppleScript
on run {input, parameters}
set theDialogText to "選擇 list 檔案"
display dialog theDialogText
--> Result: {button returned:"OK"}
return input
end run
set theDialogText to "選擇 list 檔案"
display dialog theDialogText
--> Result: {button returned:"OK"}
return input
end run
2.於程式庫中選 檔案和檔案夾 -> 要求Finder項目
類型選擇"檔案"
3.於程式庫中選 工具程式 -> 執行AppleScript
沒有留言:
張貼留言