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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; q=dns; s=default; b=fyFlIMg yQq8lb5v5RltmEAL1OdPOeZ56IxFqbPxrvuC+CdVDXfYXS0d2BmhcPrCJFU1Eihg PCY4X0RY9gf+iRrV37R6B4xPzz3BqzpR5E0ojyx8pgZ164BoPgnA7s6rmNnZpwWv mNOI4fynTfSpKZsAjXhR70k998Ij21UF7v+I= 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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; s=default; bh=HEPJceekFbmHw WlXAmMlgtBDdUM=; b=s0Rdm40fBHPHYG8Wqwbsqah0xNjs3gOMUePAjYKvkqDfF aIjOeDjPDSYdujLjCpn6rQ/VJTkJcUtzPmyr7T9rjW23srIZGxtiVHtjLsC5vLbV KX8DNJ879+1WArf+fmAdU2/TJ7JQcGsGGwzbIclBnX5c+bHDKycmJLamEyBTlY= 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-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,FROM_LOCAL_NOVOWEL,HK_RANDOM_ENVFROM,HK_RANDOM_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-vc0-f180.google.com X-Received: by 10.220.188.131 with SMTP id da3mr1109294vcb.10.1414023599649; Wed, 22 Oct 2014 17:19:59 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1414010093.92003.YahooMailNeo@web162802.mail.bf1.yahoo.com> References: <1413488630 DOT 82429 DOT YahooMailNeo AT web162806 DOT mail DOT bf1 DOT yahoo DOT com> <544055FF DOT 2030604 AT cs DOT umass DOT edu> <1413517183 DOT 86611 DOT YahooMailNeo AT web162801 DOT mail DOT bf1 DOT yahoo DOT com> <1413517863 DOT 36122 DOT YahooMailNeo AT web162806 DOT mail DOT bf1 DOT yahoo DOT com> <54411638 DOT 2000104 AT cs DOT umass DOT edu> <1413910316 DOT 59036 DOT YahooMailNeo AT web162803 DOT mail DOT bf1 DOT yahoo DOT com> <1245475041 DOT 20141022173600 AT yandex DOT ru> <1414010093 DOT 92003 DOT YahooMailNeo AT web162802 DOT mail DOT bf1 DOT yahoo DOT com> From: Doug Henderson Date: Wed, 22 Oct 2014 18:19:39 -0600 Message-ID: Subject: Re: run.exe flashes non-hidden console window in cygwin64 on Win7Pro-64 To: cygwin Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes On 22 October 2014 14:34, John Wiersba wrote: > Andrey, the flashing console flashes very quickly and I don't know how to slow it down. > It appears to have no title and no contents. run appears to work correctly when you use it at a cygwin shell prompt. run.exe is a cygwin executable; use ldd see the DLLs that it uses. Since your shortcut is not starting a windows GUI program, it starts a console window, possibly executing cmd.exe It is this console windows where cmd.exe executes run.exe that you see flashing on the screen. Have you tried changing the shortcut to cause it to open the window minimized? I vaguely remember doing something like that with the cygwin.bat clone I used to start a (non-X windows) rxvt window. Doug -- Doug Henderson, Calgary, Alberta, Canada -- 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