need to find all files with extension .doc off of root of my g drive
feedback
|
|
Judging by your other questions I'll guess you're on Windows. In that case the built-in search tool will suffice. Press the Windows key and
In the command line, if you want to go in recursively: g: dir /s /b *.doc | |||||||||
feedback
|
