On Windows, our default command handler changes the console window title to "path-to-cmd\cmd.exe /c executing-command" and after the command finishes, reverts it to what it was before.
Is there a good reason we're doing this? Windows batch files don't do it, and most commands won't run long enough for a user to actually be able to read the new title. I intend to make the new SYSTEM and PATH command environments skip this title change. Do we want to keep the console title changing for commands running in our existing environments CMD and "" ?
_______________________________________________ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel