Youbo <[EMAIL PROTECTED]> wrote: > Thanks for the reply. But I need to specifiy the OUTFILE because our > apache logfile is generated every week with a different name. It > always has the generated date at the end. For example, the log file > generated this week on Monday is called access.log.2007040161001am. > So actually, the command is > > +C"LOGFILE E:\Apache\logs\access.log.%datetime%"
E:\analog\analog.exe -G +grobotinclude.cfg +gtypealias.cfg E:\Apache\logs\access.log.%datetime% +OE:\analog\Reports\%datetime% I presume %datetime% is an environment variable that is being expanded in your batch file? Analog never sees %datetime% - it's already been expanded before Analog gets to read it. > This command worked fine untile a couple of months ago. But now it > seems analog cannot recongnize it. Well then it's obviously not an Analog problem, because Analog hasn't changed. Add +VF to your command line to see what files Analog is opening, and why it isn't opening any that you think it should be. Aengus +------------------------------------------------------------------------ | 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 +------------------------------------------------------------------------

