I guess my question is, what log file are you scanning for viruses?  Looking
at the following command:
%spl%DOMLIST %spl%log%mm%%yd%.txt | find /V "Domain Lister - (C) Copyright
2001" | find /V "Please consider using our" >>%log%%mm%%yd%usage.log
this performs a domlist.exe on log1212.txt.  What viruses are found in the
log####.txt file?  I only have log####.txt files for the days I stopped and
started services.  Is it supposed to point to a different file?

Happy Holidays,
Paul

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Pitoniak
Sent: Thursday, December 13, 2001 9:22 AM
To: Declude. Virus@declude. com
Cc: Keith Yount
Subject: [Declude.Virus] Troubleshooting Imail/declude log parser v1.1
(usage.cmd)


If you are having problems with this command script, the following
instructions allow you to see the output and errors of all of the commands
involved.

Open usage.cmd in a text editor (making sure that word wrap is not turned
on) and add a colon to the 1st line of the script to disable hiding the
output of the commands involved. For example:

 :@echo off

When you run usage.cmd, direct the output into a file so you can review the
results. For example:

 usage.cmd 1> use.log 2>&1

The 1> directs the normal output (called STDOUT or standard ouput) and the
2>&1 directs the error output (called STDERR or standard error output) to a
file.

Send me this logfile if you you don't understand what's wrong and I can help
you figure out what's not working.

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 .

Reply via email to