Date: Tue, 5 May 1998 11:03:44 +0300 (IDT) From: Eli Zaretskii To: ROBERT_FINLEY AT ntsc DOT navy DOT mil cc: djgpp AT delorie DOT com Subject: RE: Make "Clock Skew" problem. In-Reply-To: <9804048943.AA894308453@CCMAIL.NTSC.NAVY.MIL> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk 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?