aspenbordr
Unregistered
|
 |
Posted: April 20 2003,04:04 |
 |
If I wanted to create folders A-Z with the corresponding artists (Aerosmith, Alliah, etc. in A,…) I think (tell me if there is a better way to do this) that I would have to go to Direct Rename Files, and put
Expected Name Format:
H<Artist>.mp3
Output Name Format:
H<\>H<Artist>.mp3
Is this correct?
This would create the directories. However, obviously this would take a while, because I would have to repeat for each letter of the alphabet. On the other hand, if I could use a single letter wildcard (like the ? in windows), I could do:
Expected Name Format:
?<Artist>.mp3
Output Name Format:
?<\>?<Artist>.mp3
And it would make the process much quicker and easily. I hope you get what I’m trying to say from this example. If there is another way, please let me know.
|