Page 1 of 1

need an alert based files older than 30 minutes

Posted: 30 Jul 2013 06:27
by Bowlardo
1.Need to check the date/time of the oldest files in a folder
2. If any of the the files are older than 30 minutes
3.move the files to a error folder

Was looking at robocoy but that seems to be only able to move based on day
robocopy D:DOS\TEST\ D:DOS\SUCCESS\ *.* /MINAGE:1
I need this set to 30 minutes

Re: need an alert based files older than 30 minutes

Posted: 30 Jul 2013 06:36
by foxidrive
XXcopy from http://www.xxcopy.com has minute granularity.

Re: need an alert based files older than 30 minutes

Posted: 30 Jul 2013 07:10
by Bowlardo
foxidrive wrote:XXcopy from http://www.xxcopy.com has minute granularity.

Thanks foxi. I will have a look