PowerShell: echedé?

Se vi interessa capire al volo la potenza di PowerShell scaricatelo (ora anche per Vista) e provate ad eseguire questo script:

([xml](new-object net.webclient).DownloadString(
"http://blogs.msdn.com/powershell/rss.aspx"
)).rss.channel.item | format-table title,link

oppure questo:

[void][reflection.assembly]::LoadWithPartialName(
"System.Windows.Forms")
$form = new-object Windows.Forms.Form
$form.Text = "My First Form"
$button = new-object Windows.Forms.Button
$button.text="Push Me!"
$button.Dock="fill"
$button.add_click({$form.close()})
$form.controls.add($button)
$form.Add_Shown({$form.Activate()})
$form.ShowDialog()

Entrambi tratto dal primo capitolo del libro Windows Power Shell in Action di Bruce Payette.

Buona lettura!

Windows PowerShell in Action

Nel segnalarvi il capitolo  "Processing text,files, and XML" di Bruce Payette (liberamente scaricabile), riporto una citazione davvero "oscura":

Outside of a dog, a book is man’s best friend. Inside of a dog, it’s too
dark to read.
—Groucho Marx

Non so a voi, ma a me mi ha fatto morire dal ridere!

«febbraio»
domlunmarmergiovensab
28293031123
45678910
11121314151617
18192021222324
25262728123
45678910