es.exe command problem

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
instigator
Posts: 16
Joined: Wed Jun 01, 2011 1:03 am

es.exe command problem

Post by instigator »

As you know, most of the syntax that Everything can use is supported in es.exe. But if I try to do the following code, it doesn't give results from Program Files.

Code: Select all

es.exe ^<"C:\Users\Cris\Music\*"^|"C:\Users\Cris\Documents\*"^|"C:\Users\Cris\Desktop\*"^|"C:\Users\Cris\Downloads\*"^|"C:\Users\Cris\Programas\*" ^<ext:ocb;exe;msi;txt;rar;zip^|folder:^>^|"C:\Users\Cris\Pictures\*" file:^|"C:\Program Files" ext:exe;txt;ini;rar;zip^> ^<dm:thismonth^|dc:thismonth^>
Maybe a syntax error or a program bug?
I appreciate if you look at this problem. THanks for Everything
void
Developer
Posts: 16667
Joined: Fri Oct 16, 2009 11:31 pm

Re: es.exe command problem

Post by void »

Should this be the following?

Code: Select all

^|file:"C:\Program Files"
-or- maybe your missing the | between Pictures\*" and file:?

Code: Select all

"C:\Users\Cris\Pictures\*"|file:^|"C:\Program Files" 
Post Reply