How To filter by date in es.exe

General discussion related to "Everything".
Post Reply
onair154
Posts: 4
Joined: Thu Jan 16, 2025 3:47 pm

How To filter by date in es.exe

Post by onair154 »

Hello

Can you please help me figure out how to filter search result by date modified with the command line interface (es.exe)

I need to output all files with a dm bigger than a specific date (10.01.2025 for example)
The standard search sytax below works in the GUI, but not in the command line

Code: Select all

es.exe "C: dm:>10.01.2025" 
thank you
therube
Posts: 5711
Joined: Thu Sep 03, 2009 6:48 pm

Re: How To filter by date in es.exe

Post by therube »

es.exe C: dm:">10.01.2025"

es.exe C: dm:">"10.01.2025
onair154
Posts: 4
Joined: Thu Jan 16, 2025 3:47 pm

Re: How To filter by date in es.exe

Post by onair154 »

therube wrote: Thu Jan 16, 2025 6:16 pm
es.exe C: dm:">10.01.2025"

es.exe C: dm:">"10.01.2025
wow
i have tried every possible combination, and the docs dindt help me as well

thank you
Post Reply