Hi,

I haven't worked with /filter, so I'm not sure how to do this, but I figured that /filter would be the command to use. When I access my website from a browser, it adds my connection to the log file, which can add quite a few lines if I'm testing something. I'd like to have a mIRC script that will search for my entries in the log file and delete them. If I understand correctly, filter will act on that file and write the matches to a new file. Would there be a way to write the new file with all my entries taken out, delete the old log and rename the new file with the old name? The entries look like this (with some variations depending on the page visited):

192.168.1.97 - - [28/Mar/2006:18:09:22 -0500] "GET /project_files/image012.jpg HTTP/1.1" 200 1182

The log file is located at "C:\Program Files\Apache Group\Apache2\logs\access.log". Thanks for any help.