up vote 1 down vote favorite
share [g+] share [fb]

Now i am using windows "Search result" for file search operation. It is working fine. I want to search some different format. EX:

file name : FileTest1.xml, FileTest2.xml, FileTest3.xml... contains test folder.

I want to search what are the file names contains "Test", those file have to list out means i searching like that --> Test.xml

I want to search what are the file names not contains "Test", those files i have to list out. how to search?

link|improve this question
feedback

migrated from stackoverflow.com Dec 9 '09 at 18:58

This question came from our site for professional and enthusiast programmers.

1 Answer

default windows search got limitations. instead you could use WinGrep. its a free tool for better searching and it supports variety of features including regex.. try this

link|improve this answer
feedback

Your Answer

 
or
required, but never shown