November 27th, 2007

Windows Developer Just Don’t Understand The Command Line

When I saw this post over on the Windows PowerShell Developers Blog. It really occurred to me for the first time that Windows Developers don’t understand the simplicity, power, and elegance that comes from a command line window. Our *NIX brothers have been saying this for years and I just took it for granted that everybody universally understood how great the command line was.

The following is an image of PowerShell Plus:

Funny Power Shell Commandline

Of the 3 things that make the command window so great, this is how many this application has:

  • Simplicity
  • Power
  • Elegance

If you want more information on PowerShell please go to http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx. It really is a great application that I have come to appreciate over the past couple of months.

Tags:

Social: kick it on DotNetKicks.com | Bookmark | View blog reactions

This entry was posted on Tuesday, November 27th, 2007 at 6:39 pm and is filed under Programming. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.

5 Responses to “Windows Developer Just Don’t Understand The Command Line”

  1. Web 2.0 - Social Media - Internet News - Blogging » Windows Developer Don’t Understand Commandline Says:

    [...] Mtoo wrote an interesting post today onHere’s a quick excerptWhen I saw this post over on the Windows PowerShell Developers Blog. It really occurred to me for the first time that Windows Developers don’t understand the simplicity, power, and elegance that comes from a command line window. … [...]

  2. /\/\o\/\/ Says:

    Press Ctrl-M ;-)

    more serious PowerShell plus is shown with all features turned on.

    I love working with PowerShell plus in a much more minimalistic mode .

    Greetings /\/\o\/\/

  3. Jeffrey Snover Says:

    I hear what you are saying but you should kick the PowerShell Plus tires for a bit before you reach your final conclusion. You can configure PS+ to be a very simple “console” window and then incrementally start adding the bells and whistles. Now - the question then is - who needs all the bells and whistles? PowerShell tries to be both a really good command line shell and a really good scripting language. As a scripting language, you really want some of the things you got from an IDE and this is where PS+ is doing a very good job.

    In contrast, the reality is that you just don’t get a lot of help debugging UNIX shell scripts.

    Anyway - my point is simply this: PowerShell is a different sort of a shell and thus has a different set of needs from the traditional simple console windows.

    BTW - I’ll also point out that one of the top 2 complains that we have received about PowerShell V1 is the fact that we run in the CONSOLE window which obviously has some issues. :-)

    Jeffrey Snover [MSFT]
    Windows Management Partner Architect
    Visit the Windows PowerShell Team blog at: http://blogs.msdn.com/PowerShell
    Visit the Windows PowerShell ScriptCenter at: http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx

  4. DotNetKicks.com Says:

    Windows Developers Don’t Understand CommandLine…

    You’ve been kicked (a good thing) - Trackback from DotNetKicks.com…

  5. Sam Says:

    Wow, I didn’t even know there was a PowerShell plus. I have the regular version that I have been using but I haven’t learned much about it. It does look a little better than the default terminal. I prefer my Cygwin terminal anyways.