(imported topic written by shembop)
I need to be able to count the number of Minidump files that are created in the last 60 days.
I can’t seem to get the language right.
(imported topic written by shembop)
I need to be able to count the number of Minidump files that are created in the last 60 days.
I can’t seem to get the language right.
(imported comment written by cstoneba)
try something like this:
number of files whose (creation time of it > (now-60*day) AND (name of it contains “minidumpfile”)) of folder “c::\tmp”