💻 Software
How can I find files NOT matching a specific extension in Windows XP?
Fresh5 days ago
Mar 15, 20269942 viewsConfidence Score0%
0%
Problem
I need to find and delete all files in subdirectories that are not files. I can't figure out how to search for or in Windows Search. Most of the solutions that I've seen here are to find specific extensions and do something with them. I'm looking for the opposite.
Error Output
.SQL
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How can I find files NOT matching a specific extension in Windows XP?
Low Risk
I don't know of a way to do it from Windows Search, but from the command line it is: dir /s - recursive directory listing /b - bare listing, only file names (no directory size info etc. in the output) /a-d - filter by attributes, not directory (remo…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix