Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Tue, 1 Mar 2005 10:02:33 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: system call Message-ID: <20050301090233.GT18314@cygbert.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <42235790 DOT 3070208 AT subnet142 DOT com> <20050301095849 DOT 2242440d DOT gigy AT freemail DOT it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050301095849.2242440d.gigy@freemail.it> User-Agent: Mutt/1.4.2i On Mar 1 09:58, Muzero wrote: > When i try to compile and execute a simple program like this: > > int main() > { > system("dir"); > return 0; > } "dir" is a cmd.exe builtin. Try `system("cmd /c dir");' Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/