Extract file names to Excel?

Solved
dacevidline Posted messages 35 Registration date   Status Member Last intervention   -  
dacevidline Posted messages 35 Registration date   Status Member Last intervention   -
Hello,

Here is my little problem:
I have different folders that contain a multitude of files (music, movies, etc.).
I would like to create a listing of all that in Excel without having to type everything!

So how can I extract the names of the files without having to retake them one by one?

Thank you very much in advance!
Configuration: Windows XP Internet Explorer 6.0

1 answer

  1. gbinforme Posted messages 14930 Registration date   Status Contributor Last intervention   4 744
     
    Hello

    Check out this topic that should provide you with an answer.

    You can create one file per directory or stack all the directories into the same file with:

    dir/b>>list.txt

    or you can position yourself in the parent directory and type: dir/b/s>list.txt
    and you'll get the subdirectories.
    --

    Always zen
    8
    1. dacevidline Posted messages 35 Registration date   Status Member Last intervention   4
       
      I went through the different links you suggested, and I found what I was looking for!

      THANK YOU SO MUCH!!!

      Looking forward to it!
      0