使用 AppleScript 搭配客體作業系統
tell application "Notepad"
open "/Users/username/filename.txt"
end telltell application "Microsoft Edge"
open "//www.parallels.com"
end tellWas this helpful?
tell application "Notepad"
open "/Users/username/filename.txt"
end telltell application "Microsoft Edge"
open "//www.parallels.com"
end tellWas this helpful?
Was this helpful?