Re: Convert file names to a usable list?
Gary wrote:
A typical full path is:
c:\documents and settings\gary\my documents\my
music\aerosmith\aerosmith - love in an elevator.mp3
So you see if I am in the "my music" directory the 'dir > list.txt'
command only lists the artists not the actual music titles. One other
problem is that there maybe cover art, or other file types in some of
the directories - is it possible to only list the .mp3 file types?
Many thanks again
Gary
Yes: DIR *.MP3 > text.txt /s (the "/s" means parse subdirectories too)
.
Relevant Pages
- Re: Disable "open file security warning"
... >>> If the attachment is in the list of low risk ... >>> file types, Windows will not prompt the user before accessing ... >>> risk inclusion lists (where an extension is listed in more than ... >>> If you enable this policy setting you can specify file types ... (microsoft.public.windows.terminal_services) - Re: List File Types
... Ramesh Srinivasan, Microsoft MVP [Windows Shell/User] ... List file extensions registered in the system - The Winhelponline.com Blog: ... Is there a simple way to list all the defined file types on a PC and have ... are massive lists of file types available on the Internet, ... (microsoft.public.windowsxp.general) - Re: [kde] How to set Kwrite rather than Kate as default editor
... See in kcontrol under kde components. ... file types, but couldn't see anything to do with editors, and never got as ... Nice to see you back on some lists. ... (KDE) - Re: List File Types
... List file extensions registered in the system - The Winhelponline.com Blog: ... Ramesh Srinivasan, Microsoft MVP [Windows Shell/User] ... Is there a simple way to list all the defined file types on a PC and have ... are massive lists of file types available on the Internet, ... (microsoft.public.windowsxp.general) - Re: List File Types
... List file extensions registered in the system - The Winhelponline.com Blog: ... Ramesh Srinivasan, Microsoft MVP [Windows Shell/User] ... If you're using Windows XP Professional, you can use the ASSOC command to get the list of file types registered in the system along with their ProgIDs. ... are massive lists of file types available on the Internet, ... (microsoft.public.windowsxp.general) |
|