searching in a specific folder for a specific term

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
riga
Posts: 1
Joined: Thu Sep 30, 2010 7:08 pm

searching in a specific folder for a specific term

Post by riga »

Hello,

I'm trying to create a shortcut with the tip given at point 1.13 of the FAQ in order to look for a given term in a determined folder.
I tried everything.exe with the following argument : -path "x:\folder" -filename "123" but it does not work.

I well read the post about the last [ " ] but I can't use 2 arguments. I'm able to search for "x:\folder" OR "123" but not the 2.

Is it normal or did I miss a step ?

Thanks in advance
therube
Posts: 4713
Joined: Thu Sep 03, 2009 6:48 pm

Re: searching in a specific folder for a specific term

Post by therube »

Does not seem to work as expected - at least in .451 alpha?
void
Developer
Posts: 15822
Joined: Fri Oct 16, 2009 11:31 pm

Re: searching in a specific folder for a specific term

Post by void »

You can only specify one search at a time.

Please try the following command line option:

Code: Select all

Everything.exe -search "x:\folder\ 123"
Post Reply