Terminal windows

Reid Thompson reid.thompson@ateb.com
Wed May 19 19:00:00 GMT 2010


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



More information about the Cygwin mailing list