💻 Software
How to extract a complete list of extension types within a directory?
Fresh7 days ago
Mar 15, 202646131 viewsConfidence Score0%
0%
Problem
Within a directory, and recursively within it's sub-directories, meaning every directory within a directory is processed, how do I compile a complete list of unique extensions within the directory? OS is Windows XP with all the current updates, but I okay running script if I'm able to tell what it'…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How to extract a complete list of extension types within a directory?
Low Risk
This batch script will do it. Save it as any file, and run it with the command (substitute whatever you named it) to list the current directory, or specify a path with . It will search all subdirectories. If you want to export to a file, use (or ). …
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix