If you are experiencing problems with "Everything", post here for assistance.
instigator
Posts: 16 Joined: Wed Jun 01, 2011 1:03 am
Post
by instigator » Tue Apr 16, 2013 4:42 pm
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
Post
by void » Wed Apr 17, 2013 12:58 am
Should this be the following?
-or- maybe your missing the | between Pictures\*" and file:?
Code: Select all
"C:\Users\Cris\Pictures\*"|file:^|"C:\Program Files"