Just to throw a monkey wrench in, if I had to guess here's what I guess MrPopo is doing:MrPopo wrote: Yes. I'd tell you more, but then I'd have to kill you. Your lead over me is already larger than I'd like.
He probably downloaded a bunch of game lists from somewhere. Then, for each file (or one huge file, if they're all together), he runs the DOS "type" command, piping the output to the "find" command.*
His input argument string to "find" is simply the given letters with wildcards between them.
So, if the puzzle was: "_l_ _b_ _ _ _ _ _'_ _e_ _ t_ _ _", he'd run:
find "?l??b??? ???'? ?e?? t???" filename.txt
That should give him the line containing:
Plumbers Don't Wear Ties
At least, that's what I'd guess he did, given his comment.
* I'm not certain that the type command is really necessary, but I'm not going to take the time to check.
