Monitoring Files an Directory

Hello,

how I can monitor files on a Windows-Share with “the dude”.
On the one hand I need an alarm if the number of files in a directory
is greater then 2, and one the other hand I need an alarm if there
is a file older than 1 hour.

Regards
Armin

You are going to have to do this with a batch job. You can call an external and return the result but your going to have to learn a bit if batch jobs are new to you. Search for “execute on server” in this forum so you can understand how to use them then find some pre-made pieces of a batch job that is already doing what you are looking for with Google. Let us know if you need more help.