delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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:38:35 +0100 |
From: | Muzero <gigy AT freemail DOT it> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: system call |
Message-Id: | <20050301103835.0084b49c.gigy@freemail.it> |
In-Reply-To: | <20050301090233.GT18314@cygbert.vinschen.de> |
References: | <42235790 DOT 3070208 AT subnet142 DOT com> <20050301095849 DOT 2242440d DOT gigy AT freemail DOT it> <20050301090233 DOT GT18314 AT cygbert DOT vinschen DOT de> |
Mime-Version: | 1.0 |
X-IsSubscribed: | yes |
Thanks for your reply but it still do not work... the problem is thant under cygwin the execution of "dir" works fine but i have to run the program in an enviroment WITHOUT cygwin: it's in the DOS shell that the system() call do not works and return with code number 127. In the final application, i'll not use "dir" command, but another program. Muzero > 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/ > > -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |