Third-party windows command-line program? - Stack Overflow most recent 30 from stackoverflow.com 2010-03-22T07:45:14Z http://stackoverflow.com/feeds/question/193336 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/193336/third-party-windows-command-line-program 2 Third-party windows command-line program? Paul Nathan http://stackoverflow.com/users/26227 2008-10-10T23:30:08Z 2008-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&amp;paste functionality isn't great, but MS supports it. </p> http://stackoverflow.com/questions/193336/third-party-windows-command-line-program/193338#193338 4 Answer by defeated for Third-party windows command-line program? defeated http://stackoverflow.com/users/16997 2008-10-10T23:31:08Z 2008-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#193342 1 Answer by Marcin for Third-party windows command-line program? Marcin http://stackoverflow.com/users/21640 2008-10-10T23:33:43Z 2008-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#193343 0 Answer by Curt Hagenlocher for Third-party windows command-line program? Curt Hagenlocher http://stackoverflow.com/users/533 2008-10-10T23:34:06Z 2008-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#193348 2 Answer by Léo for Third-party windows command-line program? Léo http://stackoverflow.com/users/9793 2008-10-10T23:34:53Z 2008-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#193352 2 Answer by ejgottl for Third-party windows command-line program? ejgottl http://stackoverflow.com/users/9808 2008-10-10T23:36:28Z 2008-10-10T23:36:28Z <p>cygwin? www.cygwin.com. Or mingwin?</p> http://stackoverflow.com/questions/193336/third-party-windows-command-line-program/193358#193358 0 Answer by crashmstr for Third-party windows command-line program? crashmstr http://stackoverflow.com/users/1441 2008-10-10T23:38:28Z 2008-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#193390 0 Answer by James Schek for Third-party windows command-line program? James Schek http://stackoverflow.com/users/17871 2008-10-10T23:49:06Z 2008-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#193420 0 Answer by David for Third-party windows command-line program? David http://stackoverflow.com/users/0 2008-10-11T00:01:28Z 2008-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#200050 1 Answer by indiv for Third-party windows command-line program? indiv http://stackoverflow.com/users/19719 2008-10-14T04:55:13Z 2008-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>