OK, I\'m losing it. PowerShell is annoying me. I\'d like a pause dialog to appear, and it won\'t.
PS W:\\>>> $host.UI.RawUI.ReadKey(\"NoEcho,Include
cmd /c pause | out-null
(It is not the PowerShell way, but it's so much more elegant.)
Save trees. Use one-liners.