How-To Geek Forums » Windows Vista
How do you print a list of .mp3s?
(7 posts)http://commandwindows.com/command2.htm
Scroll down to the section titled [How to list files with "dir"]
That site is a great source for learning the command line.
To get a list from the File Explorer, select the files you want (Ctrl-A for all) then hold the SHIFT key and right-click on the selected files. From the context menu that appears, select "Copy as path". Then you can paste the names as text. However, you will get the full path name for each file.
My preference would be to use the Command Prompt as suggested above. There are a lot of options for the output format (type "dir /?" for a list). For example:
dir /w *.mp3 >%USERPROFILE%\Documents\Mp3-file-list.txt
Reply
You must log in to post.
