The first program everyone should write when first starting out is the famous “Hello World!” program. The program is usually only a few lines, and in the case of applescript, only one line.
To begin, open Script Editor and type: display dialog “Hello World!
Click the green run button at the top of the script editor window
The script is compiled and run just after clicking the “Run” button. Clicking either buttons will terminate the script.


Recent Comments