Third-party windows command-line program? - Stack Overflow most recent 30 from stackoverflow.com2010-03-22T07:45:14Zhttp://stackoverflow.com/feeds/question/193336http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/193336/third-party-windows-command-line-program2Third-party windows command-line program?Paul Nathanhttp://stackoverflow.com/users/262272008-10-10T23:30:08Z2008-10-14T04:55:13Z
<p>Looking for a better Windows XP command-line interface. The Visual Studio Command Prompt isn't near as nice as the Linux/OSX terminals. </p>
<p>Thoughts?</p>
<p><strong>edit:</strong></p>
<p>Answers: Console on Sourceforge, and the Windows Powershell. Thanks, I'll go dig them up and evaluate them.
The Cygwin package is too much overhead for what I want.</p>
<p><strong>edit2:</strong>
Looks like the Windows Powershell for now. Its copy&paste functionality isn't great, but MS supports it. </p>
http://stackoverflow.com/questions/193336/third-party-windows-command-line-program/193338#1933384Answer by defeated for Third-party windows command-line program?defeatedhttp://stackoverflow.com/users/169972008-10-10T23:31:08Z2008-10-10T23:31:08Z<p>Take a look at Console2 <a href="http://sourceforge.net/projects/console/" rel="nofollow">http://sourceforge.net/projects/console/</a></p>
<p>It's features:</p>
<p>"multiple tabs, text editor-like text selection, different background types, alpha and color-key transparency, configurable font, different window styles"</p>
http://stackoverflow.com/questions/193336/third-party-windows-command-line-program/193342#1933421Answer by Marcin for Third-party windows command-line program?Marcinhttp://stackoverflow.com/users/216402008-10-10T23:33:43Z2008-10-10T23:33:43Z<p>Cygwin</p>
<p>This is an answer extending line.</p>
http://stackoverflow.com/questions/193336/third-party-windows-command-line-program/193343#1933430Answer by Curt Hagenlocher for Third-party windows command-line program?Curt Hagenlocherhttp://stackoverflow.com/users/5332008-10-10T23:34:06Z2008-10-10T23:34:06Z<p>I see you put "powershell" as one of your tags. Maybe you could help direct our answers by explaining what you don't like about PowerShell as a replacement for cmd.exe?</p>
http://stackoverflow.com/questions/193336/third-party-windows-command-line-program/193348#1933482Answer by Léo for Third-party windows command-line program?Léohttp://stackoverflow.com/users/97932008-10-10T23:34:53Z2008-10-10T23:34:53Z<p>As has your question been tagged, have you tried <a href="http://en.wikipedia.org/wiki/Windows_PowerShell" rel="nofollow">Windows PowerShell</a>? It's paradigm is based on unix's pipes but instead of outputting text the processes output .Net objects.</p>
http://stackoverflow.com/questions/193336/third-party-windows-command-line-program/193352#1933522Answer by ejgottl for Third-party windows command-line program?ejgottlhttp://stackoverflow.com/users/98082008-10-10T23:36:28Z2008-10-10T23:36:28Z<p>cygwin? www.cygwin.com. Or mingwin?</p>
http://stackoverflow.com/questions/193336/third-party-windows-command-line-program/193358#1933580Answer by crashmstr for Third-party windows command-line program?crashmstrhttp://stackoverflow.com/users/14412008-10-10T23:38:28Z2008-10-10T23:38:28Z<p>I use Take Command from <a href="http://www.jpsoft.com/" rel="nofollow">JP Software</a></p>
http://stackoverflow.com/questions/193336/third-party-windows-command-line-program/193390#1933900Answer by James Schek for Third-party windows command-line program?James Schekhttp://stackoverflow.com/users/178712008-10-10T23:49:06Z2008-10-10T23:49:06Z<p><a href="http://www.cygwin.com/" rel="nofollow">Cygwin</a> is a good alternative. You can run Bash or other shells on Windows. You get most of your classic Linux/UNIX commands, shell scripting, etc. You even get the GNU compilers and can avoid Visual Studio if you wish. From Cygwin, you can access your regular Windows programs, drives, etc so there's rarely a reason to go back to cmd.exe.</p>
<p>If you are just looking to automate tasks via shell scripts (not interactive shell), then you should look at <a href="http://msdn.microsoft.com/en-us/library/9bbdkx3k(VS.85).aspx" rel="nofollow">Windows Scripting Host</a>. WSH is a feature-rich scripting environment for Windows that comes pre-installed on all modern versions of Windows.</p>
http://stackoverflow.com/questions/193336/third-party-windows-command-line-program/193420#1934200Answer by David for Third-party windows command-line program?Davidhttp://stackoverflow.com/users/02008-10-11T00:01:28Z2008-10-11T00:01:28Z<p>I've been combining putty, cygwin, screen, and zsh(not bash) lately. I like a lot of the features of zsh, like autocd which and auto-pushd, which put the directories you change into onto the directory stack without having to type pushd. I also like that fact that multiple shells share history, and don't overwrite each other. Screen lets me run multiple zsh shells in one putty window. You can get zsh and screen from the cygwin site. I run: putty -cygterm screen</p>
<p>You'll also need the patched version of putty that has the -cygterm support.</p>
http://stackoverflow.com/questions/193336/third-party-windows-command-line-program/200050#2000501Answer by indiv for Third-party windows command-line program?indivhttp://stackoverflow.com/users/197192008-10-14T04:55:13Z2008-10-14T04:55:13Z<p>I'm not clear on what you mean by Linux/OSX command prompts being "nice". If you just mean that they provide more utilities, I usually install <a href="http://technet.microsoft.com/en-us/interopmigration/bb380242.aspx" rel="nofollow">Windows Services for Unix</a> to add common programs like grep and vi.</p>