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:mime-version:in-reply-to:references:from:date
	:message-id:subject:to:content-type; q=dns; s=default; b=PfCjLzK
	POf87v6GtiGvTJG5vVxOvFPof3fTj2FcXUHBHPFZLpwZ/auNaas7+u3GYMIgG2fD
	CtyNG4/nPqmeTBU07L/klBWCvLFV2rC7pkeTFv5gWPKzT7t2G0WyK1DVTTxwsjXQ
	raSwviC5ATu0jj1lSOAewW0MWlQEXyvNq0aA=
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=zYYjfDWo4JSmN
	c8YmS38L1v4gtA=; b=ewzK4BAS8fh6xT0pprJaJpSEWzBHxm7+CshXdYr9lu/8L
	cf3fbs4TgmSGxHynsQquFEiDVVMo0Lgs5ot1MjOolkAp1FRTvIkWUDPaz6VSOQmN
	V/n7t/tuAI6zzlqOba6xEezdkS4jTsdyQlntThQkVeN7OmPfe9CMNAwtc4NTbo=
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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Penny
X-HELO: mail-lf0-f45.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20161025;        h=x-gm-message-state:mime-version:in-reply-to:references:from:date         :message-id:subject:to;        bh=M8+2FJbG4LNiBZ5hHWRSuybT46ZOo54mY6mgVG5cv9U=;        b=S9zqNKR98vsfjEcGQ91MU+W9E2UiAx8U/Tk1/1MtdCf4X+4COLjjdRM4/m3FK9Yvfk         cGXscJWL8WHPh6tSY4BIwH4l4q9ClyhRJcpKZVqaFzwSDM/1uVazBHcJbBC1PXruy6Qk         FnvknjqXux42Yusvfz+fassXudG2YgiS/XHGLwyo64uqien2UKe63YEM0sEXai0Tb2E9         SlE1mC1zElmssT9ElkBKTb6XMMVuHYtlhu08Oy09V7A/fNvv/yM1Y8bPdbXdaDhTXu94         9+nr1ScG3Fxha3hY+7nppCwHJQvBfoJ4NEQVssnfLL919ZP95uUQ1hqwlOhsRxTT9/X7         LguQ==
X-Gm-Message-State: AKGB3mKjIFgS6FirnxBcps35e/SIzILEEdjlcdLBdlc3Fn/P0x56A9pY	eWSKdOMM9RL9CKX7kXF2wcJCVL9E+r84O2FZHXDpJ2I9
X-Google-Smtp-Source: ACJfBoty8QN/7IkMjvPqE5ytqZrldRU7PZBb/S9eaSlEHIbKHrUV/kD1pFpRYln1K6QeckdNFNxtvI1dlYZZdFezHkU=
X-Received: by 10.25.87.205 with SMTP id l196mr5589808lfb.142.1514174766192; Sun, 24 Dec 2017 20:06:06 -0800 (PST)
MIME-Version: 1.0
In-Reply-To: <5a407584.e6349d0a.73aa.b3d0@mx.google.com>
References: <325273296.20171225062850@yandex.ru> <5a407584.e6349d0a.73aa.b3d0@mx.google.com>
From: Dave Caswell <dave.caswell@gmail.com>
Date: Sun, 24 Dec 2017 21:06:05 -0700
Message-ID: <CAG2dRtF9DaGw1om83_8VXG4vhmF9NEnc3xawHBZ+-5DHRL2fpA@mail.gmail.com>
Subject: Re: Run command in new window
To: cygwin@cygwin.com
Content-Type: text/plain; charset="UTF-8"
X-IsSubscribed: yes

On Sun, Dec 24, 2017 at 8:50 PM, Steven Penny <svnpenn@gmail.com> wrote:
> On Mon, 25 Dec 2017 06:28:50, Andrey Repin wrote:
>>
>> The usual way - prevent the closing of the new window.
>> I.e. by adding a sleep.
>
>
> no, that doesnt work
>
> have you tried it?
>
> if so provide sample command

Here's an example:

davec@SodiumWin ~
$ cygstart bash -e TT

davec@SodiumWin ~
$ cat TT
#! /usr/bin/bash

echo TEST
sleep 240

--
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

