From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56377 invoked by alias); 18 Jun 2019 15:35:07 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 56028 invoked by uid 89); 18 Jun 2019 15:35:06 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=1.2 required=5.0 tests=BAYES_40,FREEMAIL_FROM,KAM_THEBAT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.1 spammy=H*UA:Bat!, english, Chris, tip X-HELO: forward105p.mail.yandex.net Received: from forward105p.mail.yandex.net (HELO forward105p.mail.yandex.net) (77.88.28.108) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 18 Jun 2019 15:35:04 +0000 Received: from mxback12g.mail.yandex.net (mxback12g.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b7:91]) by forward105p.mail.yandex.net (Yandex) with ESMTP id 5E9244D420E7; Tue, 18 Jun 2019 18:35:01 +0300 (MSK) Received: from smtp4p.mail.yandex.net (smtp4p.mail.yandex.net [2a02:6b8:0:1402::15:6]) by mxback12g.mail.yandex.net (nwsmtp/Yandex) with ESMTP id lDy2GXjYMw-Z04CNVh9; Tue, 18 Jun 2019 18:35:01 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1560872101; bh=W7mK7U9vSS579tQvNEvYubi3nxdVQwwSfpj9gFyAeKw=; h=In-Reply-To:Subject:To:Reply-To:From:Message-ID:References:Date; b=PJBsHGJycZ5X7yORYe8lQXVeuFboK8G9StPKOjOIFN2NvJntarxDaAmUEIoVTC1qf KcBt0lJMa1ECB+5ool7TbIu4imGHEYg9ATidnzfxrAblBwMnwKPD3ctwwfBY2/1TF+ 6Nz73FNIcs7MqZmKqYJ62KhBuXVTu7DO+sWp1Fbo= Authentication-Results: mxback12g.mail.yandex.net; dkim=pass header.i=@yandex.ru Received: by smtp4p.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id Ox3td1cvnY-YxRat8sn; Tue, 18 Jun 2019 18:34:59 +0300 (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client certificate not present) Received: from [192.168.1.10] (HELO daemon2.darkdragon.lan) by daemon2 (Office Mail Server 0.8.12 build 08053101) with SMTP; Tue, 18 Jun 2019 15:27:09 -0000 Date: Tue, 18 Jun 2019 15:35:00 -0000 From: Andrey Repin Reply-To: cygwin@cygwin.com Message-ID: <1581789244.20190618182709@yandex.ru> To: L A Walsh , cygwin@cygwin.com Subject: Re: Windowless Perl In-Reply-To: <5CFFEF09.6010805@tlinx.org> References: <5eebff75b1f37a968325ed4fc7dce3a8@plebeian.com> <87a7epgs5t.fsf@Rainer.invalid> <3a0322aa51937847ea35009b77c1aa34@plebeian.com> <5CFFEF09.6010805@tlinx.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-06/txt/msg00166.txt.bz2 Greetings, L A Walsh! > On 2019/06/10 13:12, Chris Wagner wrote: >> I didn't know about run, thanks for the tip. However when I use it to >> launch something from the Start Menu Run command, it still pops open a >> terminal window of some kind for a fraction of a second. I'm on Windows >> 7. >> > Windows has a flag set in each EXE as to whether or not it is a console > or GUI program. There are tools that can set the flag in a given EXE file. It's not a flag, it's an exported function. If a program exports winmain(), it's a gui program, if it exports main(), it's a console program. > Perhaps that's similar to the util that Bill Stewart is talking about, > dunno. -- With best regards, Andrey Repin Tuesday, June 18, 2019 18:26:18 Sorry for my terrible english... -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple