Date: Sun, 23 Aug 1998 17:08:11 +0300 (IDT) From: Eli Zaretskii To: Michel de Ruiter cc: djgpp-workers AT delorie DOT com Subject: Re: stat c:/con In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 19 Aug 1998, Michel de Ruiter wrote: > I run MS-DOS 7.0 without Win95. The problem is inconsistent behaviour > of statting `c:/con'. I used the following small program: > > #include > int main(void) { > struct stat s; > return stat("c:/con", &s); > } > > When I first run this program, the computer waits for me to input a > line (which is *not* OK, IMHO). This is specific to DOS 7. I cannot reproduce this behavior on earlier versions or from Windows 95 DOS box that runs on top of DOS 7. Please type the following from the COMMAND.COM prompt, and tell me what it prints: truename c:\con Also see my other mail in this thread.