Martin Brown
2009-09-01 13:20:02 UTC
Hi,
I have moved from using JPI M2 to XDS and mostly it is fine. I have just
run into a rather odd problem in XDS with DOS native code (non GUI).
The default channels work fine to the screen and keyboard but the
resulting program ignores DOS redirection and pipes. ie.
Hello.exe >qwerty
Still displays "Hello World" on the screen. And Qwerty has 0 bytes.
And
TestInput.exe <tinput hangs up totally.
tinput contains commands in a valid text file now simplified to the
minimalist:
Quit
^z
Any suggestions how to make it work normally with file redirection >, <
and | or a means to make direct DOSCALLs with this compiler?
Thanks for any enlightenment.
Regards,
Martin Brown
I have moved from using JPI M2 to XDS and mostly it is fine. I have just
run into a rather odd problem in XDS with DOS native code (non GUI).
The default channels work fine to the screen and keyboard but the
resulting program ignores DOS redirection and pipes. ie.
Hello.exe >qwerty
Still displays "Hello World" on the screen. And Qwerty has 0 bytes.
And
TestInput.exe <tinput hangs up totally.
tinput contains commands in a valid text file now simplified to the
minimalist:
Quit
^z
Any suggestions how to make it work normally with file redirection >, <
and | or a means to make direct DOSCALLs with this compiler?
Thanks for any enlightenment.
Regards,
Martin Brown