| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/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 |
| Message-ID: | <4038235D.4050909@ateb.com> |
| Date: | Sat, 21 Feb 2004 22:34:53 -0500 |
| From: | Reid Thompson <reid DOT thompson AT ateb DOT com> |
| User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031119 Thunderbird/0.4a |
| MIME-Version: | 1.0 |
| To: | "linux dr." <usenet AT haughtmail DOT com> |
| Cc: | cygwin AT cygwin DOT com |
| Subject: | Re: new cygwin window from script? |
| References: | <loom DOT 20040222T022552-598 AT post DOT gmane DOT org> |
| In-Reply-To: | <loom.20040222T022552-598@post.gmane.org> |
| X-OriginalArrivalTime: | 22 Feb 2004 03:34:39.0796 (UTC) FILETIME=[CD61E740:01C3F8F4] |
| X-IsSubscribed: | yes |
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |