PDA

View Full Version : directory file list


Jeff Bolton
12-12-01, 08:36 PM
here's my question....

does anyone know if there is any way to make a list of all the files that are in a folder? i want to make a list of all my mp3 files without having to manually type out each one, so that'd be great if there was a way. i don' t know if it is possible, i've looked everywhere, but if someone can show me in the right direction i'd be much abliged.

thanks,
jeff

Jeff Bolton
12-13-01, 12:49 AM
anybody?

jeff

Kendan
12-13-01, 12:52 AM
I think musicmatch can do it but I am not sure.

turd
12-13-01, 07:17 AM
you could just use dos cmds from your run/cmd window, u could use pipeing or redirection to send info to a file a printer or both

something like C: dir uwant*.* > fileuwant.txt

just fire up your cmd window and type help, fool around with some of those command kinda fun, if you can get what u want make a batch file for uself

Jeff Bolton
12-13-01, 08:29 AM
thanks, hadn't even thought about dos

jeff

Jeff Bolton
12-13-01, 08:37 AM
even though i have no idea what to do in DOS...

jeff

turd
12-13-01, 09:35 AM
here simple instructions:

MORE INFORMATION
To create a text file that contains a list of the contents in a folder, use one of the following methods.

How to Create a File List at a Command Prompt
Click Start , point to Programs , and then click MS-DOS Prompt (or Command Prompt in Windows NT). (also 2k)


At a command prompt, locate the drive that contains the folder whose contents you want to list. For example, if you want to create a text file that contains a list of the contents of a folder on drive C, type the following command at a command prompt, and then press ENTER:


c:
At a command prompt, locate the folder whose contents you want to list. For example, if you want to create a text file that contains a list of the contents in the Windows folder on drive C, type the following commands at a command prompt, and press ENTER after you type each command:


cd\
cd windows
Type the following command at a command prompt, and then press ENTER, where filename is the name of the text file that you are creating:
dir > filename .txt
For example, if you want to create a file named Windowsfolderlist.txt, type the following command at a command prompt, and then press ENTER:
dir > windowsfolderlist.txt
NOTE : The text file that you create is located in the folder that you are in when you perform these steps. In the preceding example, the Windowsfolderlist.txt file is located in the Windows folder.


Use a text editor, such as Notepad, to view or print this file.

Jeff Bolton
12-13-01, 09:52 AM
nevermind, i had gotten it and just didn't see the text file that it produced...i'm blind :D

thanks though

jeff

Oni
12-13-01, 02:14 PM
You can do it in Winamp as well. Load the songs into the playlist, and just export it to an HTML file.