Auto Email Log Files

B

Bijoy Naick

I have a bunch of scheduled tasks that run on my server. Each outputs
a log files (i.e redirect the output to a text file).

What I want to be able to do is, email all the log files to me daily..
That way I can check to see if the tasks ran ok.. How do I go about
doing this?
 
J

Jerold Schulman

I have a bunch of scheduled tasks that run on my server. Each outputs
a log files (i.e redirect the output to a text file).

What I want to be able to do is, email all the log files to me daily..
That way I can check to see if the tasks ran ok.. How do I go about
doing this?

See tip 4721 in the 'Tips & Tricks' at http://www.jsiinc.com

You can have each task mail it, or run another task that looks for them and
emails the logs.


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top