|
Posted by Charles Oppermann on August 27, 2005, 12:52 pm
Please log in for more thread options
file:"sc.exe" will find files of that name
filename:"sc.exe" will do the same.
Of course, that will also find files with same name that are contained as
attachments. To prevent that you can:
store:file filename:"sc.exe"
Another way is to do all files with a particular extension:
ext:exe
Mind you, you have to enable searching of *.exe files, which is not done by
default. Change the options to remove the .exe extension from the types of
files that are not indexed.
--
Charles Oppermann, Copper Software
http://www.coppersoftware.com/
>I know msn desktop search is meant to look inside files for a particular
>text
> field.
>
> However, I want to use this uitilty to simply search for a file. Hence, if
> I
> know there is a file called sc.exe in my computer, how do i find it using
> this utility? I can use regular Windows find but that's too slow.
>
>
> Can somebody send me the syntax to limit a search to simply file names?
>
> Thank you
|