This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How does one change the default shell?


On 2 September 2010 23:49, RISINGP1 wrote:
> My cygwin.bat:
>
> @echo off
>
> C:
> chdir C:\cygwin\bin
>
> REM bash --login -i
> REM pdksh -l -i
> start mintty -p 70,0 -t Console -e -

Btw, you don't need cygwin.bat to start mintty; you can just put those
parameters into a shortcut (or copy the one in the start menu and edit
it):

Target: C:\cygwin\bin\mintty -p 70,0 -t Console -

That avoids a console window flashing up when starting it.

Andy

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]