simple searching of file whose filenames has a particular word won'twork

L

liketofindoutwhy

I have been using for Vista for a while, and sometimes i just want to
search for a file in the folder whose filename has the word "Stock" in
it.

So the search result says "No result found". Sometimes I even look
at one file that says, "Stock news - Intel 2008-11-02.html" and the
search result says "No found".

Can this be solved? I noticed that I am already setting it to "index"
this folder to make the search faster. Isn't this as simple as a year
1 computer science student homework? Just to find all files and show
files whose filename contain a certain word?
 
R

ray

I have been using for Vista for a while, and sometimes i just want to
search for a file in the folder whose filename has the word "Stock" in
it.

So the search result says "No result found". Sometimes I even look at
one file that says, "Stock news - Intel 2008-11-02.html" and the search
result says "No found".

Can this be solved? I noticed that I am already setting it to "index"
this folder to make the search faster. Isn't this as simple as a year 1
computer science student homework? Just to find all files and show
files whose filename contain a certain word?

From the command line:

find . -name "*Stock*"

Oh wait, that's how you do it in Linux.
 
T

The poster formerly known as 'The Poster Formerly

liketofindoutwhy said:
I have been using for Vista for a while, and sometimes i just want to
search for a file in the folder whose filename has the word "Stock" in
it.

So the search result says "No result found". Sometimes I even look
at one file that says, "Stock news - Intel 2008-11-02.html" and the
search result says "No found".

Can this be solved? I noticed that I am already setting it to "index"
this folder to make the search faster. Isn't this as simple as a year
1 computer science student homework? Just to find all files and show
files whose filename contain a certain word?

Yes, the way to fix it is to install the 3rd party search utility of
your choice. Vista search is shit.

--
"Software is like sex, it's better when it's free."
- Linus Torvalds

DRM and unintended consequences:
http://blogs.techrepublic.com.com/security/?p=435&tag=nl.e101
 
L

liketofindoutwhy

isn't XP search function at least functional? So Vista is taking it a
step forward? and all those Vista upgrades didn't fix this simple
problem?
 
L

liketofindoutwhy

ok, i found a way on the command prompt:

dir | find "Stock"

and that will do...

but now i just need a way to click on it...
 

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

Top