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... 