AppleScriptUnterstützung
AppleScript is a scripting language developed by Apple Inc. for macOS that enables automation by controlling scriptable applications and parts of the operating system. It uses a natural-language-like syntax designed to be readable and approachable for users who may not be professional programmers, while remaining capable enough for complex workflows.
AppleScript communicates with applications through Apple Events. Applications expose dictionaries that describe their available commands, objects,
A basic AppleScript can instruct an application to perform an action, for example:
tell application "Finder" to make new folder at desktop with properties {name:"New Folder"}
The language has been part of macOS for decades and is supported by tools such as Script
While still in use, AppleScript faces competition from newer automation paradigms and remains most valuable for