Sorry,

I couldn't bring myself to do that, but this certainly works.  I was looking
more for a suggestion regarding coverting octal to decimal without relying
on things already included with NT.  I am sure however that anyone using
this command should fin this useful.

Thanks for sharing,
Jeff

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Steven Jurgensmeyer
Sent: Wednesday, January 09, 2002 4:46 PM
To: [EMAIL PROTECTED]
Subject: MISSING_REVERSE_DNS:Re: [Declude.Virus] Imail/declude batch
file log parser problems


here was my quick down and dirty work around.
::Skip report if day is 1st for now...
IF %dd% EQU 01 goto end
IF %dd% EQU 02 (set yd=01)
IF %dd% EQU 03 (set yd=02)
IF %dd% EQU 04 (set yd=03)
IF %dd% EQU 05 (set yd=04)
IF %dd% EQU 06 (set yd=05)
IF %dd% EQU 07 (set yd=06)
IF %dd% EQU 08 (set yd=07)
IF %dd% EQU 09 (set yd=08)


::IF %pd% LEQ 9 (set yd=%pd%) else (set yd=%pd%)


----- Original Message -----
From: "Jeff Pitoniak" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 09, 2002 2:18 PM
Subject: [Declude.Virus] Imail/declude batch file log parser problems


>
> I have found the problem I have been having.  The NT command interpeter
> interpets numeric values that begin with the number 0 as octal.  The
numbers
> 8 and 9 are not valid octal(0-7) numbers.
>
> The zero is need because it's in the name of the log file.  I am currently
> working on a solution.  Any suggestions would be appreciated.
>
> Best regards,
> Jeff
>
>
> ---
> [This E-mail was scanned for viruses by Declude Virus
(http://www.declude.com)]
>
> This E-mail came from the Declude.Virus mailing list.  To
> unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
> type "unsubscribe Declude.Virus".  You can E-mail
> [EMAIL PROTECTED] for assistance.  You can visit our web
> site at http://www.declude.com .
>
>

---
[This E-mail was scanned for viruses by Declude Virus
(http://www.declude.com)]

This E-mail came from the Declude.Virus mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.Virus".  You can E-mail
[EMAIL PROTECTED] for assistance.  You can visit our web
site at http://www.declude.com .

---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

This E-mail came from the Declude.Virus mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.Virus".  You can E-mail
[EMAIL PROTECTED] for assistance.  You can visit our web
site at http://www.declude.com .

Reply via email to