Date: Wed, 28 Jul 1999 16:24:28 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Dan Gold cc: djgpp AT delorie DOT com Subject: Re: Does DJGPP have the system() function meaning I could go system(dir); In-Reply-To: <199907281256.IAA23589@delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 26 Jan 1999, Dan Gold wrote: > I wanted to know if DJGPP has the system() function like above Yes, it does. `system' is ANSI C function, and DJGPP is ANSI-compliant. > because I > couldn't find it so if it does i'd like to know. Its docs is in the library reference. Try "info libc alpha system" from the DOS prompt.