Search found 2 matches
- 28 Jan 2015 08:07
- Forum: DOS Batch Forum
- Topic: Need to write a batch file that moves files based on name
- Replies: 12
- Views: 10411
Re: Need to write a batch file that moves files based on nam
Sorry about that. The filenames would be: BandA - Song Name 1.mp3 BandA - Song 1.mp3 BandA - Name of song1.mp3 BandB - Name of song2mp3 BandB - Name1.mp3 BandC - Name of song3.mp3 and so on... Basically, random combinations of things because they are all song titles. But, they all follow the Band Na...
- 28 Jan 2015 03:51
- Forum: DOS Batch Forum
- Topic: Need to write a batch file that moves files based on name
- Replies: 12
- Views: 10411
Need to write a batch file that moves files based on name
My music directory is a mess. I want to write a batch file that will list the files in my "music" folder and move those files to the corresponding folders that bear their name. For instance: In "music" I have 10 tracks from BandA, 15 tracks from BandB, and 4 tracks from BandC. I ...