How to export file's names to an excel file?

Amin2234 211 Reputation points
2022-01-18T19:43:36.71+00:00

Hi,

I have 1000 mp3 files and want to export the file's name to an excel file.
Each name should be placed in a one cel.

Microsoft 365 and Office | Install, redeem, activate | For business | Windows
Microsoft 365 and Office | Excel | For business | Windows
Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

Accepted answer
  1. Darrell Gorter 2,731 Reputation points
    2022-01-18T21:47:46.553+00:00

    Hello,
    open an elevated CMD prompt.
    Change directory to the folder with the MP3 files
    run: Dir *.MP3 /B >files.txt
    open files.txt and copy into Excel.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.