Search found 2 matches

by ChumpChange350
04 Jun 2009 13:21
Forum: DOS Batch Forum
Topic: Copy and Rename .mp3 Files
Replies: 3
Views: 6069

Avery, thanks for your help. It's cleared up a lot of things for me. Also, I've solved the problem in automatically creating the subdirectories... It was lacking a trailing slash... Ugh. For the sake of an update, I was able to improve the code in general and here's it's current form: @echo off setl...
by ChumpChange350
03 Jun 2009 22:52
Forum: DOS Batch Forum
Topic: Copy and Rename .mp3 Files
Replies: 3
Views: 6069

Copy and Rename .mp3 Files

For about two days now I've been trying my hand at making a Windows XP batch script designed to copy and rename .mp3 files from one location to the other without any significant luck. In detail, I'm attempting to select multiple mp3 files with the name format "ARTIST - TRACKNAME" from a si...