looking for file=*.sql text= "select"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

i try to looking file sql whith text "select"
but i couldn't , in windows 2000 i could it

files *.txt, *.c , *.doc windows xp is good
whith *.sql and text="cc" find of file whith *cc*.sql
with other no

for expert , You can help for that i use de looking whit *.sql and text

thanks
 
rene lobera said:
Hi

i try to looking file sql whith text "select"
but i couldn't , in windows 2000 i could it

files *.txt, *.c , *.doc windows xp is good
whith *.sql and text="cc" find of file whith *cc*.sql
with other no

for expert , You can help for that i use de looking whit *.sql and text

XP searches for text only in files with certain extensions. You an add
other extensions. See this article:

Using the "A word or phrase in the file" search criterion may not work
http://support.microsoft.com/kb/309173/en-us

Another option is to use the free and excellent search took Agent Ransack.
http://www.mythicsoft.com/agentransack/
 
[rene lobera]s message :
Hi

i try to looking file sql whith text "select"
but i couldn't , in windows 2000 i could it

You can use findstr command line tool :

cd folderpath
findstr /l /i select *.sql


Good Luck, Ayush.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top