[DOS] - File Search Command

Solved
bacchuss Posted messages 1165 Status Membre -  
 invite -
Hello,

I'm looking to know the DOS command to search for files, just like I would do in Linux with a:
find /home -name toto.txt

Thank you
--
__________________________________________
01001001110101001010100101 and more if there's a connection

6 answers

kmanber Posted messages 546 Registration date   Status Member 256
 
dir /s filename
32
invite
 
It's good for searching in directories and subdirectories.
0