1. ex.err help
- Posted by GeorgeWalters Aug 03, 2009
- 884 views
I need a routing that periodically checks for the existance of an ex.err. If found, it will email the file to me. Rob mentioned he had one like this once but I can't find one in the archives. Does anyone or Rob have one they can share? I know how to find ex.err and email it, but I don't know how to start a background task to look for one every few minutes/hours.
Thanks for any help.
2. Re: ex.err help
- Posted by DerekParnell (admin) Aug 03, 2009
- 879 views
I need a routing that periodically checks for the existance of an ex.err. If found, it will email the file to me. Rob mentioned he had one like this once but I can't find one in the archives. Does anyone or Rob have one they can share? I know how to find ex.err and email it, but I don't know how to start a background task to look for one every few minutes/hours.
Thanks for any help.
Windows or Linux?
If Linux use the cron program.
If Windows, its easy to write your own and run it in its own process.
3. Re: ex.err help
- Posted by ghaberek (admin) Aug 03, 2009
- 810 views
If Windows, its easy to write your own and run it in its own process.
Windows has "Scheduled Tasks"
-Grg