findstr /R /N "^" MyText*.TXT | find /C ":"
The above command will count all the number of lines in all text files that starts with "MyText". This command can sometimes take time to execute especially when dealing with large files.
I believe that there are other ways to count numbers of lines in multiple files. The following links can be very helpful as well:
I appreciated your work very thanks word counter tool
ReplyDelete