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
need an alert based files older than 30 minutes
Moderator: DosItHelp
Re: need an alert based files older than 30 minutes
XXcopy from http://www.xxcopy.com has minute granularity.
Re: need an alert based files older than 30 minutes
foxidrive wrote:XXcopy from http://www.xxcopy.com has minute granularity.
Thanks foxi. I will have a look