Date: Sun, 2 Aug 1998 16:26:18 +0300 (IDT) From: Eli Zaretskii To: Ralph Proctor cc: djgpp AT delorie DOT com Subject: Re: dir.exe in c:\djgpp\bin In-Reply-To: <3.0.1.16.19980801124147.2cb79260@shadow.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sat, 1 Aug 1998, Ralph Proctor wrote: > Since dir is an INTERNAL dos command which should override anything > external, how could the command in c:\djgpp\bin\ -- dir.exe 102,400 > [a big one] ever be called up? Yes, it will be called. See the documentation of the library functions `system' and of the `spawn*' family in the libc reference. > Is there any way this dir can be used on a dos machine? Or what is it for? Inside Emacs, type `M-! dir -F RET' and observe ;-).