Re: Terminal windows

2010-05-19 Thread Eliot Moss
On 5/19/2010 3:59 PM, Luis Vital wrote: Hi Reid, Thanks for your answer. Nevertheless I don't have my problem solved yet. If I make: $ cat ./launchit.sh I obtain : cat: ./launchit.sh: No such file or directory The idea was for you to create a launchit.sh file with the contents given, starting

Re: Terminal windows

2010-05-19 Thread Luis Vital
Hi Reid, Thanks for your answer. Nevertheless I don't have my problem solved yet. If I make: $ cat ./launchit.sh I obtain : cat: ./launchit.sh: No such file or directory Besides it seems I am not using xterm. If I make: $ nohup xterm -e $@ & I obtain : nohup: ignoring input and appending output

Re: Terminal windows

2010-05-19 Thread Reid Thompson
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 re