Mailing List Archive

Speeding up analog's reporting
I run this bat file on a daily basis:

:: runAnalog.bat
@ECHO OFF
echo Processing Weekly Statistical Reports...
c:
cd c:\Program Files\analog 6.0\
call analog.exe +g"w20080606.cfg" -G +F080706:0001 +T080712:2359
call analog.exe +g"w20080613.cfg" -G +F080713:1201 +T080719:1159

At times it just hangs or takes several minutes until the reports are ready.
Is there any way to optimize the time it takes analog to generate the
reports? I suppose a LOGFORMAT would help.