X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=YjoTOOXnqEHD3kv0 B6Rr82JfioP78Eba46WL2Y2VzbUpN525RHUAScj4JsA5c/kJH93nWM4miI8y0YHo 0Xo3oRuDGE1J9Ws4sHkLgG+a6FOAiZVHAjPyCbmdhqKX4mZknGOuz3tGiJLdmPzr nlon63WmjiK9u2fmdauJPk77ySU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; s=default; bh=Z/fY6n1Cf2B+7LegaGhvmA LNj8Y=; b=VJJOBwTMnc1d3A+GxOZaiHB/j33e6T/joH44FfDnjO4XAhc8EbeCQY Oh5KXx1o4vwaNBcf1sAo8L0Q0htPRrwShBXAOMKY87GlhPJPQ1cvu/IqRx+iAPft gqtObenlPaxyliPvnCQm/5xj4gsdydyd6EW9DItT2MSvPKeer3E2k= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 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 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 Date: Tue, 18 Jun 2019 18:27:09 +0300 From: Andrey Repin Reply-To: cygwin AT cygwin DOT com Message-ID: <1581789244.20190618182709@yandex.ru> To: L A Walsh , cygwin AT cygwin DOT com Subject: Re: Windowless Perl In-Reply-To: <5CFFEF09.6010805@tlinx.org> References: <5eebff75b1f37a968325ed4fc7dce3a8 AT plebeian DOT com> <87a7epgs5t DOT fsf AT Rainer DOT invalid> <3a0322aa51937847ea35009b77c1aa34 AT plebeian DOT com> <5CFFEF09 DOT 6010805 AT tlinx DOT org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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