Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <39805331.401AE7E8@cygnus.com> Date: Thu, 27 Jul 2000 17:20:17 +0200 From: Corinna Vinschen Reply-To: cygwin X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.14-SMP i686) X-Accept-Language: de, en MIME-Version: 1.0 To: cygwin AT sources DOT redhat DOT com Subject: Re: Problem with system() References: <20000727094828 DOT A12969 AT cygnus DOT com> <39804C1C DOT C84E6F22 AT cygnus DOT com> <20000727105255 DOT A24694 AT cygnus DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Chris Faylor wrote: > This is the standard extension search: > > suffix_info std_suffixes[] = > { > suffix_info (".exe", 1), suffix_info ("", 1), > suffix_info (".com"), suffix_info (".cmd"), > suffix_info (".bat"), suffix_info (".dll"), > suffix_info (NULL) > }; > > So, .com should be supported. It is when I try it, anyway. Ooops, sorry I was confused by the stat_suffixes struct: suffix_info stat_suffixes[] = { suffix_info ("", 1), suffix_info (".exe", 1), suffix_info (NULL) }; Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT sources DOT redhat DOT com Red Hat, Inc. mailto:vinschen AT cygnus DOT com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com