Search command in command prompt

Solved/Closed
Kash - 18 Nov 2008 à 06:22
 imran - 20 Feb 2013 à 04:29
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.

2 responses

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