I wish to create about 6 different reports from the same logfile using a
batch file by just passing the month number (YYMM)

e.g. processlogs.bat 0103

Here are two such line to create reports from the bat file using %1 for the
passed parameter.

analog \sainnerlogs\20%1\%1.out +gmonthlywebteam.cfg +Os:
\pub\webstats\analog5\%1filtwt.html +C"CHARTDIR %1filtwt" +C"LOCALCHARTDIR
\pub\webstats\analog5\%1filtwt"
analog \sainnerlogs\20%1\%1.out +gmonthlypdfwebteam.cfg +Os:
\pub\webstats\analog5\%1filtpdfwt.html +C"CHARTDIR %1filtpdfwt"
+C"LOCALCHARTDIR \pub\webstats\analog5\%1filtpdfwt"


I cannot get CHARTDIR or LOCALCHARTDIR to add the prefix ... and i really
do not want to create a seperate directory for each report to prevent the
PNG files from overwriting each other.  Do I have the problem because I
have to quote the CHARDIR command due to its embedded spaces and the %1
does not expand if quoted? or something like that?

Is there a better way round this?

If not, can you perhaps re-program Analog to derive the PNG prefix from the
output file name so the overwriting is prevented more easily (and
transparently)?

regards
Andy Gillanders

------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------

Reply via email to