Computer Hope

Software => Computer software => Topic started by: sicknosis on April 11, 2006, 01:28:23 PM

Title: Creating a List of Folders
Post by: sicknosis on April 11, 2006, 01:28:23 PM
Im trying to figure out how to create a list of all my albums. I have done it before in command prompt but i only had 250 or so albums and it took to long to do.. now i have over 700 and I am trying to find an easy way to create a list.

I remember there was a nother way to do it from command and make a file with the list in it but it had the dates infront of it and it was really hard to see the folders... so is there anyway I can make a list of folder names only no dates ?

any progs or cmds?
Title: Re: Creating a List of Folders
Post by: Dusty on April 12, 2006, 03:18:41 PM
Is this any good :-?

At the command prompt...

Dir/ad/on/b >path\filename

This will create a file (filename) with a bare directory listing sorted by name.  Or is that not what you want :-?

Title: Re: Creating a List of Folders
Post by: sicknosis on April 12, 2006, 03:32:13 PM
ahaha yup thats exactly what I needed thx bro.