I'd like to search for all .htm files under a folder. However using .htm will also includes .HTML files. How can I exclude them?
feedback
|
|
Try searching for *.htm instead of .htm and you'll find it works and just shows .htm | |||||
feedback
|
|
Open a command prompt window (Start > Run > cmd.exe) and navigate to the folder you want to do the search (e.g.
| |||
|
feedback
|