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