Date: Sun, 8 Jun 1997 17:55:19 +0300 (IDT) From: Eli Zaretskii To: "A. Sinan Unur" cc: djgpp AT delorie DOT com Subject: Re: chkdsk, djgpp and win 95 (was Re: Exclusive access to drive) In-Reply-To: <339609E5.5556@cornell.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 4 Jun 1997, A. Sinan Unur wrote: > work correctly when compiled with 16 bit msvc 1.52 and 32 bit msvc 4.0, > it also works correctly when compiled using > > gcc -Zwin32 chk.c -o chk.exe This probably means that Microsoft still needs chkdsk to run from Windows-aware programs, since otherwise it won't run from the DOS box either. What we need is to understand how do they differentiate between the different programs. It would be interesting to see what happens when you compile that trivial 5-liner with a real-mode DOS compiler such as Turbo C and then run it from the DOS box on Windows 95.