Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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 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." Cc: cygwin AT cygwin DOT com Subject: Re: new cygwin window from script? References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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/