RE: Re: how to make cygwin run under shells other than bash

2003-08-01 Thread Damien Suttle
en Suttle Sent: Thursday, July 31, 2003 4:44 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Re: how to make cygwin run under shells other than bash Sensitivity: Confidential So I changed the shell invocation line in cygwin.bat from: bash --login -i to this: tcsh -i - Then, i get the

Re: Re: how to make cygwin run under shells other than bash

2003-07-31 Thread luke . kendall
Does anyone know what files I need to change, where they are, and what to change > them to? > > > From: [EMAIL PROTECTED] > Date: 2003/07/24 Thu PM 11:46:01 EDT > To: Damien Suttle <[EMAIL PROTECTED]> > CC: [EMAIL PROTECTED] > Subject: Re: how t

Re: Re: how to make cygwin run under shells other than bash

2003-07-31 Thread Damien Suttle
TED]> CC: [EMAIL PROTECTED] Subject: Re: how to make cygwin run under shells other than bash On 24 Jul, Damien Suttle wrote: > Hi,> my favorite shell is tcsh, but cygwin always starts up in bash. > I tried playing with the cygwin.bat file, but i couldn't get it > to w

Re: how to make cygwin run under shells other than bash

2003-07-24 Thread luke . kendall
On 24 Jul, Damien Suttle wrote: > Hi,> my favorite shell is tcsh, but cygwin always starts up in bash. > I tried playing with the cygwin.bat file, but i couldn't get it > to work. does anyone know how to reconfigure cygwin to start up > in other shells? $ mkshortcut -D -A -n "tcshw" -a '-l'

Re: how to make cygwin run under shells other than bash

2003-07-24 Thread Randall R Schulz
Damien, Here's the stock Cygwin.bat file: -==--==--==--==--==--==--==--==--==--==- @echo off D: chdir \cygwin\bin bash --login -i -==--==--==--==--==--==--==--==--==--==- All you have to do to substitute tcsh for BASH is change the last line. The options are slightly different, though (check the