Auto Email Log Files

  • Thread starter Thread starter Bijoy Naick
  • Start date Start date
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?
 
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
 
Back
Top