Sure. Actually, however, just to get this working I'm willing to be satisfied with taking the entire file, append them all into one file, and not worry about searching it.
(quote marks added for clarity)
"Day" "1/1/2006 5:55:55 PM" "username" "Server" "Computername" "IrrelevantData#1" "IrrelevantData#2"

I don't know if the format comes through, but it's all separated by tabs.

Here is what I would be happy with for right now, just so I can get this thing going:

there are multiple shares to connect to

\\Server1\share
\\Server2\share
\\Server3\share

They have the same dir structure once a drive is mapped

Location\data\{username}

So I would like it to connect to the the first server, dir the data directory, then go inside each username directory. Open logfile.txt, and append it to one text file, then move on to the next folder until it runs out of user folders.

At at that point, it will connect to the next server, and do the same thing. Then, finally, connect to the last server.

Once that is done, I'll just work with the data in Excel and worry about sorting it for later.

Sorry if I sound frantic, but I'm getting lots of pressure on this. I started just doing it by hand... but there are freaking hundreds of users, it's going to take half of forever!