From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34691 invoked by alias); 24 Dec 2017 22:22:26 -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 34680 invoked by uid 89); 24 Dec 2017 22:22:25 -0000 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=H*UA:github.com, H*MI:google, H*M:google X-HELO: mail-oi0-f45.google.com Received: from mail-oi0-f45.google.com (HELO mail-oi0-f45.google.com) (209.85.218.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 24 Dec 2017 22:22:24 +0000 Received: by mail-oi0-f45.google.com with SMTP id s9so21946433oie.5 for ; Sun, 24 Dec 2017 14:22:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:subject:to:user-agent; bh=N4G0MPqmP/S4LummoSimMc2g8z125q0oGvRI+nZTuLs=; b=d9Kk17GvhMsprBMRD7bW+vMTk2PXYHnmyyn4n0lJVkXFP+lYHX41XQxWrp8eZwedGo 03MP0cygVm7nrDSZz8KLS2w9dWFSdSbKJl7rMVlNDCUgg00WmfIMwulm8h5DVrTAEufZ 7nz2hFY4Nkp40ONd/ngQQ2HLf2YAySXa82Z3yBDmVlNEspnS8vxX8U75cwBHs8byiozG 2o5Et7i00YCGD3mW474FWj2Kr96VZFcPDMjXFBjpFlvRaQd4h9waizP/rmUNieoKUvR8 duGFxyaj3VbDM1am3gekyUqvOANLDDNIpS2tu5gMWvgTHMW4j62wDjgEcYVjiEODirmy iZSQ== X-Gm-Message-State: AKGB3mIO/AWNCejEcioJxowK1lW+LWtKAlj98MOJL1KxWQozHeCEbtny b14XaZegAzkdcLpqeNFDYEmoVQ== X-Google-Smtp-Source: ACJfBott8K2GjbFbHTv2mm1c10kH9KcmlM4WmtDNYExWWLiHF8bCpAmAfRGXG4QnexLtgWK6JWTm6Q== X-Received: by 10.202.197.134 with SMTP id v128mr15198052oif.4.1514154142266; Sun, 24 Dec 2017 14:22:22 -0800 (PST) Received: from 58n ([2605:6000:9fc0:56:c54d:2844:d0c:ba]) by smtp.gmail.com with ESMTPSA id v197sm11655374oie.17.2017.12.24.14.22.20 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 24 Dec 2017 14:22:21 -0800 (PST) Message-ID: <5a40289d.ceacca0a.ea1a8.7494@mx.google.com> Date: Mon, 25 Dec 2017 03:50:00 -0000 From: Steven Penny X-Google-Original-From: Steven Penny Subject: Run command in new window To: cygwin@cygwin.com Content-Type: text/plain; charset=utf8; format=flowed User-Agent: Tryst/2.0.1 (github.com/svnpenn/tryst) X-SW-Source: 2017-12/txt/msg00253.txt.bz2 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? -- 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