Version 7 of Windows PowerShell

Updated 2007-10-17 14:46:11 by snichols

Microsoft has developed a more robust command line interface (CLI) for Windows XP and Vista called Windows PowerShell that is supposed to bring to Windows a Unix style command line. It can be downloaded and installed for free from this link:

http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx

snichols I tried it and it's much better then DOS, but comees with many brand new commands, so there's a learning curve involved. There are some commands you'll see in Unix, like diff and ls. You can do math operations right within the shell and call other programs like BASH or DOS. Has anyone else tried and what did you think?

LV So, what's the connection to Tcl?

They're both interpreted languages. Yet another choice for a programmer when they need to script something. I think powershell is more of a sibling to Bash though.


Category Windows