Search found 4 matches

by wlmpilot
01 Sep 2011 14:36
Forum: DOS Batch Forum
Topic: Renaming multiple files within folder(s)
Replies: 10
Views: 8227

Re: Renaming multiple files within folder(s)

Thanks for the code. I tried Expert's first and it works great. Did not try aGerman's. Thank you both for your time and contribution to my question.
by wlmpilot
01 Sep 2011 11:55
Forum: DOS Batch Forum
Topic: Renaming multiple files within folder(s)
Replies: 10
Views: 8227

Re: Renaming multiple files within folder(s)

Yes, everyone currently has the format for the filename using " = ", ie space hypen space. The name of the artist or group is first with the song title following. They are separated with " - ", examples Beach Boys - California Girls Beach Boys - Barbara Ann Chairman of the Board ...
by wlmpilot
01 Sep 2011 11:21
Forum: DOS Batch Forum
Topic: Renaming multiple files within folder(s)
Replies: 10
Views: 8227

Re: Renaming multiple files within folder(s)

Was not aware of that. However, I like programming and learning it. Just figure a simple batch file would accomplish what I need to do.
by wlmpilot
01 Sep 2011 07:21
Forum: DOS Batch Forum
Topic: Renaming multiple files within folder(s)
Replies: 10
Views: 8227

Renaming multiple files within folder(s)

In my music directory, I have several folders, ie Beach Music, Country, Classic Rock, etc. Within each of these folders are music files (mp3) with the current format as the filename: group - songtitle.mp3 ie Beach Boys - California Girls.mp3 (the file extension .mp3 does not appear under the name co...