What is the command line that matches whole full name?

Discussion related to "Everything" 1.5 Alpha.
Post Reply
redwood
Posts: 28
Joined: Sun May 02, 2021 2:32 pm

What is the command line that matches whole full name?

Post by redwood »

in Everything 1.4 I used to use
Everything.exe -name-part
to set Search term to
nopath:wfn:"basename.ext"
but in Everything 1.5 I can't figure how to do so
void
Developer
Posts: 16428
Joined: Fri Oct 16, 2009 11:31 pm

Re: What is the command line that matches whole full name?

Post by void »

Everything.exe -s nopath:wfn:[basename:"C:\windows\notepad.exe"]

[basename:"C:\windows\notepad.exe"] is replaced with "notepad.exe"



I will make -name-part behave exactly the same as Everything 1.4 in the next Everything 1.5 alpha update.
redwood
Posts: 28
Joined: Sun May 02, 2021 2:32 pm

Re: What is the command line that matches whole full name?

Post by redwood »

Thanks!
Post Reply