It is bit pain to work with Windows command prompt. I've been working with Linux and Windows. Linux terminal has more advantages than the XP command prompt, so I would like to use a Linux terminal on Windows. Does anyone know how can we do that ? I don't want to run Linux commands on Windows. But I like the features on Linux terminal so I want to use same features for the Windows command prompt or use Linux terminal on Windows.

link|improve this question
What are these "features" you like so much on Linux terminals that you wish were supported on Windows? It's difficult to recommend a terminal replacement without knowing exactly what features you are looking for! – Cody Gray Mar 12 '11 at 9:04
feedback

migrated from stackoverflow.com Mar 13 '11 at 19:49

This question came from our site for professional and enthusiast programmers.

3 Answers

Try cygwin and bash.

Most Linux users use bash so I'm guessing that's the console you are referring to.

link|improve this answer
cygwin and bash forever! – asgs Mar 12 '11 at 9:05
The rxvt terminal is much better than the one that cygwin provides by default. Just install the rxvt package to get it. – intuited Mar 13 '11 at 20:08
I think the poster means an alternative to cmd.exe, not the ability to run *NIX commands or bash. From the post, "I don't want to run Linux commands on Windows." – Deleted Account Mar 13 '11 at 22:01
My reasoning is that if they want bash, then on Windows cygwin is probably the easiest way to do so. – David Heffernan Mar 13 '11 at 22:04
feedback

Console is a Windows console window enhancement.

Console[2] still uses the Win32 console interface provided by Windows, but provides a wrapper around it with more features. cmd.exe is used as the default shell but it's configurable.


Mintty is a terminal emulator for Cygwin and Cygwin derivatives such as MSYS.

Using mintty is very much like using PuTTY to ssh into your own Cygwin installation, except without the ssh. It hooks into Cygwin's terminal emulation to provide a faithful UNIX terminal interface. However, this makes it unusable for programs expecting a Win32 console.

link|improve this answer
feedback

You may try PowerShell. And if you know .NET you can write some really advanced scripts.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown