Hi all, I'm using a single config file with Analog, for multiple reports, and passing in different command line options to produce the reports required.
This is working fine apart from when I use Date Codes (e.g. %Y, %M for Year and Month) in the Outfile option. Instead of replacing the code with the required Year and Month value, the literal string 'M' is used. E.g. the following command in my batch file call analog.exe +g"siteConfig.cfg" -G +F-00-0001 +T-00-0000 +O"C:\Inetpub\wwwroot\Site Stats\monthly-%Y-%M.html" -f -r Produces the report filename "monthly-M.html" instead of "monthly-2006-04.html" I've tested this Outfile option in the actual config file, and it worked fine, just not when passed in through the command line. Could it be a Windows reserved character issue? I've tried replacing the % with %% to no avail. Any help would be much appreciated, Mark +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http://www.analog.cx/docs/mailing.html#listarchives | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general +------------------------------------------------------------------------

