windows - Script which displays a message if the subfolders aren't updated -


i need script displays message if subfolders aren't updated within 10 minutes.

something like:

   /f %%i in ('dir /b/ad/od') set last=%%i        echo %last%      if %last% ten minutes without updating    echo warning!!!  %last% folder needs updating! 


Comments

Popular posts from this blog

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -