FG

How do I recursively list filenames (only) in DOS/Windows?

Fresh3 days ago
Mar 15, 202686965 views
Confidence Score0%
0%

Problem

Possible Duplicate: Get bare file names recursively in command prompt I would like to recursively list all files in a directory, showing filenames only (without extensions and without the full paths). I'm using Windows/DOS. The closest I could get with was , but it lists full paths and also shows t…

Error Output

dir

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How do I recursively list filenames (only) in DOS/Windows?

Low Risk

If you need the list saved to a file, append to the end of the command. If you end up wanting the extensions, change to To use in a batch file, change all the to

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment