Better windows command line shells [closed] Better windows command line shells [closed] shell shell

Better windows command line shells [closed]


Enable QuickEdit mode, under the Options tab of your shortcut to the command shell. Mark with the mouse, right-click to copy, right-click again to paste.

While you're there, enable a hotkey (like CTRL + ALT + C) for lightning fast access to the shell.

And no, you can't have CTRL + C for COPY, because CTRL + C means BREAK.

On a related note, the Microsoftee who changed the default setting of QuickEdit mode between Windows Server 2000 and 2003 is an idiot and I heap curses upon him each workday.


Windows PowerShell is the obvious choice when it comes to "better windows command line shell other than cmd". Its clipboard handling isn't that much of an improvement - mark with the mouse, Enter to copy, or right mouse click to paste.


This probably is not exactly what you want, but you can take a look at Console2

I have it configured so that shift+select auto copies and middle click pastes, really handy, internally it uses same old cmd.exe so you are not really getting a different shell.

By the way, I guess Ctrl+C = copy is not the best idea in a command line context because it usually means interrupt running process.