/ Published in: Windows PowerShell

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Get-ChildItem -Recurse -Filter *.flv | measure-object -property length -average
Comments
