es.exe not supporing Everything search syntax ?

General discussion related to "Everything".
Post Reply
philg
Posts: 1
Joined: Tue Oct 21, 2014 4:20 pm

es.exe not supporing Everything search syntax ?

Post by philg »

Hi,

I'm trying to execute an Everything search from the command line using es.exe.

Here is the command I try to execute :

Code: Select all

c:\tools\Everything\es.exe "C:\Users\pga\.m2\repository\com\company\soft\*\6.2.0-SNAPSHOT\* ext:jar;pom;sha1 dm:<past3weeks"
but it returns nothing...

Note that the search expression works perfectly in Everything.

Am I missing something ?

How can I pass a complex search expression to es.exe ?

Thanks for your help.

Phil
void
Developer
Posts: 16753
Joined: Fri Oct 16, 2009 11:31 pm

Re: es.exe not supporing Everything search syntax ?

Post by void »

Please try:

Code: Select all

es.exe "C:\Users\pga\.m2\repository\com\company\soft\*\6.2.0-SNAPSHOT\*" ext:jar;pom;sha1 dm:<past3weeks
Please make sure to separate each term with a literal space.
Post Reply