Windows PowerShell

Ladies and gentleman, a new product name is born today: Monad (MSH), the Microsoft’s upcoming command-line shell, now is officially called Windows PowerShell.

A cool name for one of the coolest product we'll have on the next Windows generation: a totally new shell based on .NET objects. I remember a little script out when Monad was released as a preview, something like this: 

$p = get/process
foreach ($p)
{ $p.FileName.ToString()
}

With these few lines of code you can retrieve the file names of the executables for each process in the process list.

Wonderful and totally object oriented...

Print | posted on Tuesday, April 25, 2006 10:04 PM

Comments on this post

No comments posted yet.

Your comment:

 (will show your gravatar)
 
Please add 7 and 2 and type the answer here: