Title: Message
Hi,
 
I am trying to get the batch log analyser as per (http://www.mail-archive.com/[EMAIL PROTECTED]/msg01377.html) however I keep on getting the error :
 
         Invalid number. Numeric constants are either decimal(17), hexdecimal (0x11), or octal (021)
 
which appears to come from this section of code
::Creates date variables
for /f "tokens=1-4 delims=/ " %%a IN ('DATE/T') do (
set day=%%a
set mm=%%b
set dd=%%c
set year=%%d
set /A pd=%%c-1) 
 
I am fairly certain that I have put the right programs in the right places but all to no avail. Does anyone else use this tool and have an idea on what I'm doing wrong?
 
Pat 

Reply via email to