Hello all, I have my IIS to record daily so the log name is ex091022.log. I want logparser to find the log that has the current date similar to "select * from ex%date%.log" The only problem is that %date% returns 10/22/09 and that will not automatically grab the right log. I want to grab the...