I just wrote up something real quick in Notepad++ that you can do that I would recommend.



foreach (string s in fileNames)
{
using (Streamreader sr = new Streamreader(s))
{
int...