I'm evaluating the batch conversion program which I'd like to use to convert my 12,000 files from wma format to flac. The wma files are in folders representing the albums and those folders are subdirectories of other folders that are the artists name. So, there are hundreds of artist folders, some with just a single album subdirectory, and some with a dozen subdirectories. What I want to do is to duplicate that directory structure with all files converted from wma to flac. I see that I can direct the converted files to the source directory, but then I end up with each subdirectory containing both the wma and flac versions of the files. I need to be able to accomplish this in a batch mode and not have to specify the exact name of the output directory for each subdirectory being converted. Is there a way to do that? Thanks for any help you can provide.