From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 114949 invoked by alias); 25 Dec 2017 03:35:39 -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 114940 invoked by uid 89); 25 Dec 2017 03:35:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.2 required=5.0 tests=BAYES_20,FREEMAIL_FROM,KAM_THEBAT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 spammy=H*F:D*yandex.ru, H*M:yandex, Repin, repin X-HELO: forward100o.mail.yandex.net Received: from forward100o.mail.yandex.net (HELO forward100o.mail.yandex.net) (37.140.190.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 25 Dec 2017 03:35:35 +0000 Received: from mxback13g.mail.yandex.net (mxback13g.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b7:92]) by forward100o.mail.yandex.net (Yandex) with ESMTP id 8E5662A226FE; Mon, 25 Dec 2017 06:35:32 +0300 (MSK) Received: from smtp2p.mail.yandex.net (smtp2p.mail.yandex.net [2a02:6b8:0:1472:2741:0:8b6:7]) by mxback13g.mail.yandex.net (nwsmtp/Yandex) with ESMTP id Jgg5XflVdY-ZWVKd8Ge; Mon, 25 Dec 2017 06:35:32 +0300 Received: by smtp2p.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id sDFX61kMS9-Z8YuJIDT; Mon, 25 Dec 2017 06:35:08 +0300 (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client certificate not present) Authentication-Results: smtp2p.mail.yandex.net; dkim=pass header.i=@yandex.ru Received: from [192.168.1.10] (HELO daemon2.darkdragon.lan) by daemon2 (Office Mail Server 0.8.12 build 08053101) with SMTP; Mon, 25 Dec 2017 03:28:50 -0000 Date: Mon, 25 Dec 2017 04:06:00 -0000 From: Andrey Repin Reply-To: cygwin@cygwin.com Message-ID: <325273296.20171225062850@yandex.ru> To: Steven Penny , cygwin@cygwin.com Subject: Re: Run command in new window In-Reply-To: <5a40289d.ceacca0a.ea1a8.7494@mx.google.com> References: <5a40289d.ceacca0a.ea1a8.7494@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-12/txt/msg00254.txt.bz2 Greetings, Steven Penny! > I can run a command line this as expected: > cygstart sleep 5 > However a command like this is a problem: > cygstart echo hello > a new window is open, and the command is run, but the window immediately closes, > so you do not get to see the output. How can this be resolved? The usual way - prevent the closing of the new window. I.e. by adding a sleep. -- With best regards, Andrey Repin Monday, December 25, 2017 06:28:12 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