I'm writing a Windows VBS script to convert Monkey's Audio files into FLAC. I need to be able to extract the APE tags in the process, preferably with a command line tool that works something like Metaflac. Is there anything available?
If not, is there a command line APE->FLAC converter that can preserve the tags from the APE file? It must be a Windows command line (console) application so that I can script it. I know that I can use dbPowerAmp, or foobar2000, or some combination of other GUI tools, but I don't believe any are suitable for calling from a script.