>
> The current code in the command handler attempts to first execute the
> command directly, without invoking CMD/COMMAND
>
That's interesting.  If you issue the command "ver" from the command line,
you'll see the output from the CMD's "ver" command and not the output from
any "ver.exe" that might exist. With above behaviour ooRexx will run the
exe and not the internal command.
I'd say this is a bug that should be corrected.

On Mon, Apr 2, 2018 at 8:04 PM, Gil Barmwater <[email protected]>
wrote:

> Yes, me too.  The current code in the command handler attempts to first
> execute the command directly, without invoking CMD/COMMAND but only if no
> redirection was specified (i.e. no <,  >, |, etc.).  We now have a second
> way to specify redirection - a valid WITH clause - so an API that says if
> any redirection was specified will simplify the extension to that test.
> Gil
> On 4/2/2018 1:49 PM, Erich Steinböck wrote:
>
> It would be a simple matter for a single check API to be added
>>
> I'd vote for it.
>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>
>
>
> _______________________________________________
> Oorexx-devel mailing 
> [email protected]https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>
> --
> Gil Barmwater
>
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Oorexx-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to