| Author |
Message |
| lurker |
Posted: Sun Mar 21, 2004 7:01 pm Post subject: 1 |
|
| and using the "/s" option gets you all matching files in all subdirectories of the current dir. |
|
 |
| Logain |
Posted: Sun Mar 07, 2004 11:48 pm Post subject: 0 |
|
| Also, if you use the notation >> rather than >, it will append the file with the additional info. |
|
 |
| Samadhi |
Posted: Sun Mar 07, 2004 10:03 pm Post subject: -1 |
|
| Shows what I know. Neat trick. |
|
 |
| DP |
Posted: Sun Mar 07, 2004 3:06 pm Post subject: -2 |
|
| Thanks Chuck, I'll try that next. I have not done a full CD yet anyway. |
|
 |
| Chuck |
Posted: Sun Mar 07, 2004 2:50 pm Post subject: -3 |
|
DIR /B /ON *.MP3 > MUSIC.TXT
would have sorted them alphabetically and put just the file names in MUSIC.TXT which you could have then edited. |
|
 |
| DP |
Posted: Sun Mar 07, 2004 11:28 am Post subject: -4 |
|
| Thanks, that works! In view of the length of the contents, I have to break it down in "dir d: A*.MP3" and so on, but this is still quite quick. |
|
 |
| Samadhi |
Posted: Sun Mar 07, 2004 11:01 am Post subject: -5 |
|
Start Run Command *Navigate to whatever directory your mp3s are in* Dir *.mp3 Select the list from the command prompt window (click and highlight) Press ctrl-C Open Word or notebook or some kind of and either right click paste or hit ctrl-v |
|
 |
| Chuck |
Posted: Sat Mar 06, 2004 10:56 pm Post subject: -6 |
|
| You could use the old DOS dir command. "DIR /B *.MP3 > MUSIC.TXT" would give you an old style DOS directory listing of just the file names for all the MP3 files in the subdirectory you're in and send the text of it to MUSIC.TXT. You probably have a command prompt icon somewhere. |
|
 |
| DP |
Posted: Sat Mar 06, 2004 10:18 pm Post subject: -7 |
|
| To make inventories of our MP3 CD's, I'd like to somehow convert the inventory generated by Windows Explorer into a text file. But I've no clue how. Anyone? |
|
 |