public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* new cygwin window from script?
@ 2004-02-22  2:43 linux dr.
  2004-02-22  3:06 ` Rafael Kitover
  2004-02-22  9:16 ` Reid Thompson
  0 siblings, 2 replies; 3+ messages in thread
From: linux dr. @ 2004-02-22  2:43 UTC (permalink / raw)
  To: cygwin

Sorry if this is a repost... didn't seem to post through nntp.

I'm trying to generate a new cygwin window in XP/2000, from within a tcsh 
script in a current cygwin window.  How do I create a NEW window (as if I 
clicked the cygwin icon on the desktop) as opposed to a new shell within the 
same window?  Running tcsh from the DOS/Windows command line creates a new 
window, as desired.  However, from within cygwin, just creates a new tcsh, not 
a new window.  Can anyone help?  Thanks!


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: new cygwin window from script?
  2004-02-22  2:43 new cygwin window from script? linux dr.
@ 2004-02-22  3:06 ` Rafael Kitover
  2004-02-22  9:16 ` Reid Thompson
  1 sibling, 0 replies; 3+ messages in thread
From: Rafael Kitover @ 2004-02-22  3:06 UTC (permalink / raw)
  To: cygwin

cygstart /cygwin.bat

-- 
Rafael

----- Original Message ----- 
From: "linux dr." <usenet<at>haughtmail.com>
To: <cygwin<at>cygwin.com>
Sent: Saturday, February 21, 2004 5:29 PM
Subject: new cygwin window from script?


> Sorry if this is a repost... didn't seem to post through nntp.
> 
> I'm trying to generate a new cygwin window in XP/2000, from within a tcsh 
> script in a current cygwin window.  How do I create a NEW window (as if I 
> clicked the cygwin icon on the desktop) as opposed to a new shell within the 
> same window?  Running tcsh from the DOS/Windows command line creates a new 
> window, as desired.  However, from within cygwin, just creates a new tcsh, not 
> a new window.  Can anyone help?  Thanks!

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: new cygwin window from script?
  2004-02-22  2:43 new cygwin window from script? linux dr.
  2004-02-22  3:06 ` Rafael Kitover
@ 2004-02-22  9:16 ` Reid Thompson
  1 sibling, 0 replies; 3+ messages in thread
From: Reid Thompson @ 2004-02-22  9:16 UTC (permalink / raw)
  To: linux dr.; +Cc: cygwin

alternatively, add something along the line of this to your .bashrc (
remove or modify the parameters to suit/match your environment).  Then, 
you can call newterm from your script.

alias newterm="rxvt.exe -sr -sl 2500 -name $HOSTNAME:$PWD  -fn \"Courier
    New-16\" -geometry 80x25 -sb -bg midnightblue -e bash --rcfile
/home/rthompso/.bashrc &"

linux dr. wrote:

> Sorry if this is a repost... didn't seem to post through nntp.
> 
> I'm trying to generate a new cygwin window in XP/2000, from within a tcsh 
> script in a current cygwin window.  How do I create a NEW window (as if I 
> clicked the cygwin icon on the desktop) as opposed to a new shell within the 
> same window?  Running tcsh from the DOS/Windows command line creates a new 
> window, as desired.  However, from within cygwin, just creates a new tcsh, not 
> a new window.  Can anyone help?  Thanks!
> 
> 
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:       http://cygwin.com/problems.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
> 



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-02-22  3:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-22  2:43 new cygwin window from script? linux dr.
2004-02-22  3:06 ` Rafael Kitover
2004-02-22  9:16 ` Reid Thompson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).