Powershell function to count all of the rows or lines in all of the text files in a directory
Get-childitem D:\BI_Stats\dailyTransWithSeq |get-content | Measure-Object –Line