| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-SWARE-Spam-Status: | No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE |
| X-Spam-Check-By: | sourceware.org |
| Date: | Wed, 19 May 2010 14:35:55 -0400 |
| From: | Reid Thompson <reid DOT thompson AT ateb DOT com> |
| To: | cygwin AT cygwin DOT com |
| Cc: | Reid Thompson <reid DOT thompson AT ateb DOT com> |
| Subject: | Re: Terminal windows |
| Message-ID: | <20100519183555.GG28097@ateb.com> |
| Reply-To: | Reid Thompson <reid DOT thompson AT ateb DOT com> |
| References: | <858525B0E9494DAE9C656A9DCAD5CDB9 AT paikea> |
| MIME-Version: | 1.0 |
| In-Reply-To: | <858525B0E9494DAE9C656A9DCAD5CDB9@paikea> |
| User-Agent: | Mutt/1.5.20 (2009-06-14) |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
On Wed, May 19, 2010 at 06:29:03PM +0100, Luis Vital wrote: > Hi, > > I am running the text version of cygwin. > What I want to do is, while in a terminal window > launch a script wich opens another terminal window > and launches inside this one a program. > Thanks in advance for any help. Best regards, if not using xterm, replace it with your terminal of choice and adjust parameters accordingly $ cat ./launchit.sh #!/bin/bash nohup xterm -e $@ & -- 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |