Search command in command prompt

Solved/Closed
Kash - Nov 18, 2008 at 06:22 AM
 imran - Feb 20, 2013 at 04:29 AM
Hello,
I want a command, which I can run in command prompt, to serach all files in the system, like the search windows provide by clicking "start button" and "serach".
Format would may be of type:
C:\> search filename
it results in showing me all files with the name "filename".
Do anybody know any command like that? please I really need it.tahnks.
Related:

2 responses

pls. use *.*filename
1
dir /s *.doc
0
thanks it worked
redirect it in file using
dir /s *.doc > filename.txt
0
dir *.pst /s/a
0