Today some quick tricks finally came together for me with Windows PowerShell. So I can finally write scripts and quickly execute them from the PowerShell shell. If you haven't yet installed PowerShell, you can find it here: http://www.microsoft.com/wi... My simple goal was to be able to a) write a short script that can take parameters, and b) be able to easily run it from the shell. Here's what I did: Close any open PowerShell windows ......