Monday 16 March 2009

Annoying powershell bug... Running powershell inside powershell

When working in powershell if you are passing values as parameters IE ./runscript.ps1 'test' 'monkey' 'woop' make sure you don't do powershell ./runscript.ps1 'test' 'monkey' 'woop' as it will seriously break things! :)


No comments: