Help me make my windows cmd.exe console work more like a Linux terminal - Stack Overflow most recent 30 from stackoverflow.com 2009-12-05T15:13:03Z http://stackoverflow.com/feeds/question/473839 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/473839/help-me-make-my-windows-cmd-exe-console-work-more-like-a-linux-terminal 9 Help me make my windows cmd.exe console work more like a Linux terminal Salim Fadhley 2009-01-23T17:47:16Z 2009-02-11T02:21:38Z <p>The windows terminal (the user-interface around tex-applications like cmd.exe) really sucks.</p> <p>There is so much that the Unix-style terminals do that the windows terminal apparantly cannot do, for example what if you want to re-size the window in both dimensions by dragging the border. The Windows terminal only allows you to change it's length.</p> <p>Cut &amp; Paste, on Linux or Unix, no problem - the selection box wraps around nicely so you can cut multi-line expressions. The Windows terminal (even in Quick-Edit mode) forces a bizarre rectangular selection box which is of no practical use - you have to re-format everything you copy in notepad!</p> <p>What about the fact that any time I go into 'edit' mode it blocks the application - I'm sure there are people who want to be able to cut &amp; paste without stopping the business-critical server.</p> <p>I'm sure we can think of more faults if we put our minds to it - but lets not grumble.. what can we do to make this better?</p> <p>Update: Just to clarify, I'm not looking to replace cmd.exe - Powershell &amp; cygwin both provide better alternatives. I'm trying to replace the console application, the GUI that surrounds all text-applications in Windows.</p> http://stackoverflow.com/questions/473839/help-me-make-my-windows-cmd-exe-console-work-more-like-a-linux-terminal/473850#473850 6 Answer by roe for Help me make my windows cmd.exe console work more like a Linux terminal roe 2009-01-23T17:49:43Z 2009-01-23T17:49:43Z <p>The only 'solution' that I have found to this problem is to install Cygwin/X and use XTerm instead. I use that every day at work.</p> http://stackoverflow.com/questions/473839/help-me-make-my-windows-cmd-exe-console-work-more-like-a-linux-terminal/473852#473852 17 Answer by Lucas Jones for Help me make my windows cmd.exe console work more like a Linux terminal Lucas Jones 2009-01-23T17:50:07Z 2009-01-23T17:50:07Z <p>I personally use <a href="http://sourceforge.net/projects/console/" rel="nofollow">Console2</a> with the <a href="http://www.cygwin.com/" rel="nofollow">Cygwin</a> shell (actual bash) included with <a href="http://code.google.com/p/msysgit/" rel="nofollow">MYSYS-Git</a>. You can also use PuTTY and SSH to a real linux box ;-)</p> http://stackoverflow.com/questions/473839/help-me-make-my-windows-cmd-exe-console-work-more-like-a-linux-terminal/473855#473855 3 Answer by William T Wild for Help me make my windows cmd.exe console work more like a Linux terminal William T Wild 2009-01-23T17:50:19Z 2009-01-23T17:50:19Z <p>One of the first things I do to all my Windows machines is install <a href="http://www.cygwin.com/" rel="nofollow">Cygwin</a></p> <p>There are some extensions for Cygwin too , like ssh and such. </p> http://stackoverflow.com/questions/473839/help-me-make-my-windows-cmd-exe-console-work-more-like-a-linux-terminal/473861#473861 5 Answer by Noldorin for Help me make my windows cmd.exe console work more like a Linux terminal Noldorin 2009-01-23T17:51:12Z 2009-01-23T17:51:12Z <p>Use <a href="http://sourceforge.net/projects/console/" rel="nofollow">Console 2</a>, perhaps? It's really quite stable now, and allows you to switch between cmd/PowerShell/cygwin/any other shell very easily. If we're honest about it, it's not likely Microsoft are going to improve the native Win32 console any time soon.</p> http://stackoverflow.com/questions/473839/help-me-make-my-windows-cmd-exe-console-work-more-like-a-linux-terminal/473867#473867 -1 Answer by DrJokepu for Help me make my windows cmd.exe console work more like a Linux terminal DrJokepu 2009-01-23T17:52:34Z 2009-01-23T17:52:34Z <p>Instead of trying to force the Unix behaviour on Windows - which would be a bit unnatural - why don't you check out <a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx" rel="nofollow">PowerShell</a>, Microsoft's next generation shell for Windows?</p> http://stackoverflow.com/questions/473839/help-me-make-my-windows-cmd-exe-console-work-more-like-a-linux-terminal/474417#474417 2 Answer by Adam Grandt for Help me make my windows cmd.exe console work more like a Linux terminal Adam Grandt 2009-01-23T20:39:16Z 2009-01-23T20:39:16Z <p>I found <a href="http://ipython.scipy.org/moin/" rel="nofollow">iPython</a> in its -s mode to be as close as I can get. It also doubles as a python interactive shell.</p> http://stackoverflow.com/questions/473839/help-me-make-my-windows-cmd-exe-console-work-more-like-a-linux-terminal/535121#535121 -2 Answer by masfenix for Help me make my windows cmd.exe console work more like a Linux terminal masfenix 2009-02-11T01:47:55Z 2009-02-11T01:47:55Z <p>I think your looking for Powershell which I can argue is stronger then the linux bash or atleast has the same amount of power.</p> http://stackoverflow.com/questions/473839/help-me-make-my-windows-cmd-exe-console-work-more-like-a-linux-terminal/535136#535136 -2 Answer by Elliott Kember for Help me make my windows cmd.exe console work more like a Linux terminal Elliott Kember 2009-02-11T01:54:16Z 2009-02-11T01:54:16Z <p>A bit easier than all of these other answers is to use UnxUtils - ports of Unix apps to Win32. I used these back when I had a PC.</p> <p><a href="http://unxutils.sourceforge.net/" rel="nofollow">http://unxutils.sourceforge.net/</a></p> http://stackoverflow.com/questions/473839/help-me-make-my-windows-cmd-exe-console-work-more-like-a-linux-terminal/535157#535157 0 Answer by casualcoder for Help me make my windows cmd.exe console work more like a Linux terminal casualcoder 2009-02-11T02:08:52Z 2009-02-11T02:08:52Z <p>I have not tried <a href="http://windows.kde.org" rel="nofollow">KDE on WIndows</a>, but it is allegedly now available in the latest release at writing.</p> http://stackoverflow.com/questions/473839/help-me-make-my-windows-cmd-exe-console-work-more-like-a-linux-terminal/535178#535178 -1 Answer by ldigas for Help me make my windows cmd.exe console work more like a Linux terminal ldigas 2009-02-11T02:21:38Z 2009-02-11T02:21:38Z <p>To change the size of the cmd prompt, you can either change the window size from the properties box, which will only resize the window itself, or/and you can change the buffer size, which will resize the ... how to describe it, the number of remembered lines. To access the properties toolbox, right click on the title bar and properties.</p> <p>Also, if you want to quickly copy stuff from the cmd prompt, enable the "quick edit" box in the properties window - it will enable you to select stuff, and "copy" it with a right click.</p>