Question : Email on completed Scheduled Task

I would like to know how to have a scheduled task email when it's done, and I would also like to recieve the log file in the email, or a link to it.

What is going to be the best way to accomplish this?

Answer : Email on completed Scheduled Task

Try echoing the %LogFile1Users% to see if that is set right.  And if it's set right, make sure you can access that file/folder from the command line:

echo "test" >> %LogFile1Users%

I don't think you need the quotes, and actually that may be messing things up.
Random Solutions  
 
programming4us programming4us