Jayesh Jina wrote: > I have got logfiles e.g. 010517-a.log, 010517-b.log rigth throughto 010517-k.log for >one day each 10MB. How can I setup analog to automatically change each days logfiles >entries in the config file to the correct date with the - letter.log. Or does this >have to be done manually each day. You can do it with a script and the date command on Unix: ./analog `date +%y%m%d`-k.log > NT Systems Administrator (MCSE) Hmm.. Not really sure how to do this on NT, though. If you have Perl installed that would be easy. I'm sure you could do something with VBScript or JScript if you WSH installed. -- Jeremy Wadsack Wadsack-Allen Digital Group +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
