Help me make my windows cmd.exe console work more like a Linux terminal - Stack Overflow most recent 30 from stackoverflow.com2009-12-05T15:13:03Zhttp://stackoverflow.com/feeds/question/473839http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/473839/help-me-make-my-windows-cmd-exe-console-work-more-like-a-linux-terminal9Help me make my windows cmd.exe console work more like a Linux terminalSalim Fadhley2009-01-23T17:47:16Z2009-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 & 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 & 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 & 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#4738506Answer by roe for Help me make my windows cmd.exe console work more like a Linux terminalroe2009-01-23T17:49:43Z2009-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#47385217Answer by Lucas Jones for Help me make my windows cmd.exe console work more like a Linux terminalLucas Jones2009-01-23T17:50:07Z2009-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#4738553Answer by William T Wild for Help me make my windows cmd.exe console work more like a Linux terminalWilliam T Wild2009-01-23T17:50:19Z2009-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#4738615Answer by Noldorin for Help me make my windows cmd.exe console work more like a Linux terminalNoldorin2009-01-23T17:51:12Z2009-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-1Answer by DrJokepu for Help me make my windows cmd.exe console work more like a Linux terminalDrJokepu2009-01-23T17:52:34Z2009-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#4744172Answer by Adam Grandt for Help me make my windows cmd.exe console work more like a Linux terminalAdam Grandt2009-01-23T20:39:16Z2009-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-2Answer by masfenix for Help me make my windows cmd.exe console work more like a Linux terminalmasfenix2009-02-11T01:47:55Z2009-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-2Answer by Elliott Kember for Help me make my windows cmd.exe console work more like a Linux terminalElliott Kember2009-02-11T01:54:16Z2009-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#5351570Answer by casualcoder for Help me make my windows cmd.exe console work more like a Linux terminalcasualcoder2009-02-11T02:08:52Z2009-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-1Answer by ldigas for Help me make my windows cmd.exe console work more like a Linux terminalldigas2009-02-11T02:21:38Z2009-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>