I need a script which displays a message if the subfolders aren't updated within 10 minutes.
Something like:
for /f %%i in ('dir /b/ad/od') do set LAST=%%i
echo %LAST%
if %LAST% is about ten minutes without updating then
echo WARNING!!! The %LAST% folder needs updating!