> > Is there a build option that would allow me to rename the rexx executable > to, perhaps orexx? > Tthat's not a supported scenario. You'd have to rename the binary manually. On Unix at least you could build with -DORX_SHEBANG=/-your-install-path-/bin/orexx so that built rexx programs have their shebangs modified accordingly. On Windows, you'd have to modify the file type association with ftype RexxScript="d:\-your-install-path-\ooRexx\orexx.exe" "%1" %* I never tested anything like this, so you might experience other issues.
_______________________________________________ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel