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=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 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.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 DOT 20171225062850 AT yandex DOT ru> <5a407584 DOT e6349d0a DOT 73aa DOT b3d0 AT mx DOT google DOT com> From: Dave Caswell Date: Sun, 24 Dec 2017 21:06:05 -0700 Message-ID: Subject: Re: Run command in new window To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes On Sun, Dec 24, 2017 at 8:50 PM, Steven Penny 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 AT SodiumWin ~ $ cygstart bash -e TT davec AT 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