Mechanix 0 Newbie Poster

I need to create a script that can pull data from an IIS6 log file and separate it out via directory to get page views, hits etc for a small control panel. My server is currently running Urchin, but the only way to tap into this data is my manually downloading the data from Urchin and then dumping it into my script. The nature of my project requires all this to be done automatically without any human input.

I was wondering if anyone has any advice or direction on how I should approach this task. I am writing VB scripts or ASP pages. Not got the hang of .NET yet.