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=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 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=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 Reply-To: cygwin AT cygwin DOT com Message-ID: <325273296.20171225062850@yandex.ru> To: Steven Penny , cygwin AT cygwin DOT com Subject: Re: Run command in new window In-Reply-To: <5a40289d.ceacca0a.ea1a8.7494@mx.google.com> References: <5a40289d DOT ceacca0a DOT ea1a8 DOT 7494 AT mx DOT google DOT 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