I want a command to search for a file in a directory and all sub directories in windows, I saw all the Commands but I couldn't find any command to do this issue!
|
feedback
|
|
At prompt type: dir /S /P "Path\FileName" If you want to save the results in a text file: dir /S "Path\FileName" > "Path\ResultFilename" | |||
feedback
|
|
use the still, you can filter the result with | |||
|
feedback
|