====== Supporting Arexx for automation of your apps ====== If you are unfamiliar with Arexx [[automation|see the page on automation on Amiga]] Since Arexx is the defacto standard for supporting remote control / automation of applications on Amiga, there's a general expectation that larger applications will have an Arexx port. Arexx can also serve as the general scripting language for your application rather than embedding a different language. All MUI applications have ARexx port by default. See MUI documentation how to hook your own ARexx commands. ===== Resources ===== * [[http://www.sinz.org/Michael.Sinz/Amiga/SimpleRexx.html|SimpleRexx tutorial]] by Michael Sinz, with links to SimpleRexx. This provides an easy way to get started adding an Arexx port to your application.