News

This tells Analog which log file to analyze, provides information on the host it's analyzing (i.e., hostname and URL), and indicates where to place the report file.
The first part of this solution is to create a VB Script to delete the files. sLogFolder = "c:inetpublogsLogFiles" iMaxAge = 30 'in days Set objFSO = CreateObject("Scripting.FileSystemObject") set ...