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 content-class: urn:content-classes:message Subject: System() command MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1255" Date: Tue, 7 Jan 2003 12:55:09 +0200 Message-ID: <988BE481ACC95C429DCB909F74A3163A05D660@exchange-il> X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Maor Avni" To: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id h07CAMh13592 Hi, I have this very simple C program: #include int main() { char a[] = "echo echo testing 123"; system(a); return 0; } I compile it with gcc and everything works fine, until I run it under Win2K's cmd.exe: the program just exits and does nothing. I have set up the PATH environment variable, and it still doesn't work. Any ideas? Maor Avni -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/