This is especially for "European2" . . . we also have some NT4 sp6a machines that are still updating correctly . . . but they have Norton AV 2001 and NOT 2002! All of the AV 2002 machines have this problem. Might be time to go with another vendor. From a support standpoint you would...
Here is batch code to rename a logfile based on the date and time. This should be modifiable to do what you want:
@echo off
setlocal
c:
cd \backuplogs
rem Log File Name changer
if "%1"=="" goto bexit
if not exist "%1log" goto nexit
for /f "tokens=2"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.