Hello World Script Example
Here’s a simple example to get you started. It opens notepad and types out “Hello World!”. It uses the US keyboard layout and is made for Windows.
# Hello World for WindowsLOCALE USDEFAULT_DELAY 200GUI rSTRING notepadENTERSTRING Hello World!