Not sure I understand, but you can copy and paste from a DOS command box.
Start, Run, CMD
dir (whatever folder contains the MP3 files)
Highlight the filenames using your mouse.
click the little drive icon at top left, Edit, Copy
You can now paste into word pad.
As a refinement to bacster's post you could do dir > list.txt (or any filename that does not exist) then you could open the filename with, say. notepad. The > command redirects CMD output to a file.
To make life a bit easier still, download the microsoft power toys
What is cool about the cut and paste from a DOS box, is that you you can both horizontally and verticly decide on the text to be included.
A DOS redirection (dir >somethimg.txt) includes tons of things that you likely do not want.
Member stduc's comment above is a very good one; the reason I use the cut/paste approach I recommended above is that it makes if quite easy to block and copy to not include details such as file date/time stamps, size, etc.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.