Lisa Pendlebury wrote: > My section of relevant code is: > > LOGFORMAT (%Y-%m-%d %h:%n:%j %s %j %r %c %j %b %A) > FROM 030801 > TO 030803 > OUTFILE "c:\analogreports\%Y.%M.%d.html" > LOCALCHARTDIR "c:\analogreports\charts\%Y.%M.%d" > CHARTDIR "charts/%Y.%M.%d" > ... > > Am I missing a command, and is it even possible to use the TO and FROM > commands in this way. > If not can someone suggest a way it can be done.
TO and FROM control the period of time that analog processes AFTER it has read the files, unless you also include a LOGFILE directive with date parameters. See http://www.analog.cx/docs/logfile.html for details. -- Klaus Johannes Rusch [EMAIL PROTECTED] http://www.atmedia.net/KlausRusch/ +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------
