Windows
Cygwin Embedded In Console2 Under Windows 7
I like to use Cygwin for having a bash shell on a windows machine. In combination with Console2 you have a powerful command-line tool for windows. I’d like to describe how to install Cygwin and Console2 under windows 7 (I think this instruction works on Windows XP, too) and how to embed Cygwin in Console2. I used for Cygwin version 1.7.17-1 and for Console2 version 2.00b148-Beta_32bit.
Cygwin Installation
- Download setup.exe.
- Double click on setup.exe starts the installation.
- Follow the set up instruction. As installation location I use c:\cygwin.
- Go to c:\cygwin and run Cygwin.bat for setting up Cygwin user home etc.
Console2 Installation
- Download zip file.
- Unzip it into installation location.
- Start Console2 with a double click on Console2.exe.
How to embed Cygwin in Console2
- Open Console2.
- Go to Edit -> Settings.
- Go to Tab
- In field title insert for example bash. It is the name of the first tab in Console2.
- In field Shell you have to insert C:\cygwin\bin\bash.exe –login -i (Don’t forget c:\cygwin is your installation folder).
- In field Startup dir you can insert C:\cygwin\home\user.name. This folder is used at every Console2 start.
Links
Reference: | Cygwin Embedded In Console2 Under Windows 7 from our SCG partner Sandra Parsick at the SKM IT WORLD blog. |
I have tried this, but failed. Appears the Console2 is only 32 bit, but my cygin installation is 64 bit… That might be the reason, as when I try to start a bash tab in Console2 it just crashes.
Hi Jari,
you are right. Both,Console2 and Cygwin, have to be either 32bit or 64bit. The download link of 64bit version of Console 2:
http://goo.gl/5Q3nHk
Console2 in 2016? The software is not maintained for five years…
And mintty from cygwin itself covers most of Console2 features, except tabs, but there is tmux. But mintty is “native” for cygwin and supported.
Anyway, I believe that alive products like ConEmu or ConsoleZ are much more suitable nowadays. Have you tried them?