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.
feedback
|
migrated from stackoverflow.com Mar 13 '11 at 19:49
This question came from our site for professional and enthusiast programmers.
|
Try cygwin and bash. Most Linux users use bash so I'm guessing that's the console you are referring to. | |||||||||
feedback
|
Console[2] still uses the Win32 console interface provided by Windows, but provides a wrapper around it with more features.
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. | |||
|
feedback
|
|
You may try PowerShell. And if you know .NET you can write some really advanced scripts. | |||
|
feedback
|