Forum Discussion
rmhartman
Apr 01, 2026Copper Contributor
File search is too loose
I am searching for a file named "dot.exe" and windows is showing a bunch of results as if I had typed "*dot*exe". Heck, in one of them the "exe" is appearing before the "dot". How do I get it ...
Mousefluff
Apr 01, 2026Iron Contributor
I would use the command prompt in this instance. It's much faster.
DIR /B /S "C:\dot.exe"