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
searching in a specific folder for a specific term
-
riga
- Posts: 1
- Joined: Thu Sep 30, 2010 7:08 pm
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: searching in a specific folder for a specific term
Does not seem to work as expected - at least in .451 alpha?
-
void
- Developer
- Posts: 19902
- Joined: Fri Oct 16, 2009 11:31 pm
Re: searching in a specific folder for a specific term
You can only specify one search at a time.
Please try the following command line option:
Please try the following command line option:
Code: Select all
Everything.exe -search "x:\folder\ 123"