Extract file names to Excel?
Solved
dacevidline
Posted messages
35
Registration date
Status
Membre
Last intervention
-
dacevidline Posted messages 35 Registration date Status Membre Last intervention -
dacevidline Posted messages 35 Registration date Status Membre 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!
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 réponse
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
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
THANK YOU SO MUCH!!!
Looking forward to it!