RexxOpt give you the possibility to speed up your Rexx scripts a lot and still are able to change them. What RexxOpt does is simply removing all stuff that is uneccessary for the script to be run. This are comments which slow down the interpreter a lot, empty lines and unneccessary spaces/tabs. Finally the whole script is converted to one single line containing all commands. This makes work with ARexx much more comfortable and faster. Binary only, Author: Ulrich Sibiller