Mail Archives: djgpp/1998/05/05/04:06:57
On Mon, 4 May 1998 ROBERT_FINLEY AT ntsc DOT navy DOT mil wrote:
> I have found that DOS 7 also seems to have a problem with STDIN/STDOUT
> redirection. The following statement does not execute properly from
> my Makefile and executes properly 1 out of 3 times from the command
> line:
>
> output : main.exe
> main.exe < input > output
Please describe what exactly happens which leads you to the conclusion
that it doesn't ``execute properly''. I use DOS 7 extensively, and I
have never seen any problems with redirection, neither in programs
launched from a Makefile, nor from the command line.
Btw, is main.exe in the abive example a DJGPP program? If not, what
kind of program is that?
- Raw text -