> >         FIND "ldeliver" sys####.txt /C
> >         FIND "rdeliver" sys####.txt /C
> >         FIND "gdeliver" sys####.txt /C
>
>Thanks for the infor.  I tried doing what you said here and I do not have a
>"ldeliver", "rdeliver", or "gdeliver" file in the spool directory or any
>where else.

You don't need them.  They aren't files.  "find" is a program that searches 
through text files for certain strings.  In this case, it is searching for 
3 types of "deliver" lines in the sys####.txt file, and tallying the total 
(with the "/C").

You just need to replace "####" with the current date, IE:

         FIND "rdeliver" sys0710.txt /C


                                                    -Scott
---
Declude: Anti-virus, Anti-spam and Anti-hijacking solutions for 
IMail.  http://www.declude.com

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


Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/

Please visit the Knowledge Base for answers to frequently asked
questions:  http://www.ipswitch.com/support/IMail/

Reply via email to