flipflip;304543 Wrote: > IF your covers are in separate files you can copy them easily from the > flac tree to the corresponding mp3 tree. In Windows you can use "xcopy" > (.exe, command line) for this and in Linux I use "find" and "cp" for > that (there's a forum thread/message explaining these somewhere). > > flip
Windows "xcopy" will work, but I do not think you can get it to copy the source file only if the target file does not already exist. On the other hand, there is a third-party utility, "xxcopy," that can do this and much more. I use a very simple command script with xxcopy, that I call CopyCovers.bat: rem this line will not overwrite existing *.jpg xxcopy z:\flac\*.jpg z:\mp3 /s /y /bb rem this line will overwrite existing *.jpg rem xcopy z:\flac\*.jpg z:\mp3\*.jpg /s /y exit -- jeffmeh ------------------------------------------------------------------------ jeffmeh's Profile: http://forums.slimdevices.com/member.php?userid=3986 View this thread: http://forums.slimdevices.com/showthread.php?t=47992 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
