What is ARexx? What does it do? Thanks.
barney
ARexx is an Amiga implementation of the Rexx scripting language. It is a high level interpreted scripting language that allows you to automate tasks in any application that supports it.
Key to this notion are "ARexx Ports". An application opens an ARexx port that an ARexx script can connect to. Once connected, the ARexx interpreter will pass any commands it doesn't directly recognise to the port for the application to interpret.
Most amiga applications that support any form of script based automation use ARexx for the job.