X-Recipient: archive-cygwin@delorie.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=hdFi41tATuork0U0
	TWdF5hgAI9m8371jHlx1GOp2LE8iBG9crF6eCoCKtfTXGd5NbPrUs4A3205jCR+J
	FrGAfwz9mrkgX2zEjhPuSBkTiGKgyBpWihKwJPCyCFARl36Ikd0cXfVQYuXb1p7V
	Pp8sqm3uPnlhHVqagXv0cBwowB0=
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=k86lF9wxrivSwaKpdpsfaW
	nIGX4=; b=f6wMj0OcSGdApkWlbv6sVdOam07BcQiW8yI9kBnupDkGX7xeHvVl1X
	PxBW5cZbAQy/tkyX1pb6VAei0U5RvQIyyretqHfTov5vsDbS1uYGf9NeFrrlBStp
	5DxXu3ggcwaK/0y6cgvyTRNJ1gGFdT/jYo1lmfcIV/NRhSRxGkay4=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
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
Authentication-Results: smtp2p.mail.yandex.net; dkim=pass header.i=@yandex.ru
Date: Mon, 25 Dec 2017 06:28:50 +0300
From: Andrey Repin <anrdaemon@yandex.ru>
Reply-To: cygwin@cygwin.com
Message-ID: <325273296.20171225062850@yandex.ru>
To: Steven Penny <svnpenn@gmail.com>, 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

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

