How to list all text files in a directory?

Create a text list of all files in a folder (on a PC)?

  • I'm looking to create a text list of all files within a folder (say, I have a folder with 1,000 MP3s in it, I want a text file that lists all 1,000 of those files) - how can this ...show more

  • Answer:

    You can actually do it from the Windows command prompt. Start - Run - CMD then type cd thenameofthefolder hit enter then type dir *.* > List.txt (the greater than sign outputs the information to the list.txt) This might be a little more complicated than you wanted to do, so I leave it up to you.

E27M2RQ2VJG37CX3MYKR3QLS5U at Yahoo! Answers Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.