Hi,
When I try to find out if one ore more files exist I use something like
if exist c:\temp\*.doc echo FILES EXIST
Now, if I want to know if one ore more files exist that are older x days, how can I do that?
Is there a kind of
if exist /[d-30,1/1/80] ......
Peter