I have the same setup as you: flac in m:\flac\<artist>\<title>\<track#>-<name>.flac mp3 in m:\mp3\<artist>\<title>\track#>-<name>.mp3
To copy all my cover.jpg I use this DOS command - you might try it on a subset (take a few folders from m:\flac and put them in m:\flactest, and the same for mp3) xcopy m:\flac\*.jpg m:\mp3\*.jpg /s That "/s" is important - it recurses through the directory structure. And note it is "xcopy" not "copy". You could be more explicit and use cover.jpg instead of *.jpg Tom -- TomS ------------------------------------------------------------------------ TomS's Profile: http://forums.slimdevices.com/member.php?userid=12525 View this thread: http://forums.slimdevices.com/showthread.php?t=43416 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
