WBRexx is a simple program to launch ARexx-Commands or Scripts from WorkBench in a similar manner like the original rx command, but the ARexx command gets your Icon as an argument. The ARexx-Command is specified by a REXXCMD ToolType entry in your Icon. For example : Your Icon is named Document42.info, it has a DefaultTool 'WBRexx' and a REXXCMD ToolType 'ed', then the RexxCommand 'ed Document42' will be executed. The REXXCMD ToolType can be specified in the ToolIcon of WBRexx itself, or in the ProjectIcon of your file, the later is overriding the first. Don't forget to supply WBRexx as DefaultTool of your ProjectIcon. WBRexx is very handy, if your ProjectIcons are generated from a template Icon, like SAS/C does. Change your LC:Icons/def_?.info's and you can use the SAS/C Workbench interface with any Editor that understands ARexx. BTW. WBRexx is Public Domain. Use it, Spread it, Delete it. Do what you want !