I have various audio base folders at various levels from root containing WMAs themselves in subfolders. I want to launch Batch Convert on any one of these base folders e.g. http://i.imgur.com/e7MnPac.png to convert to a new base folder of M4As that mirrors it i.e. has each output M4A at the position corresponding to the input WMA.
How can I do this?
Having tried the various FOLDER elements documented https://archive.is/i1JVD , I can find no "Output Location:" settings that do this. The nearest I have found requires changing the number of [TRIMFIRSTFOLDER] elements for each different base folder level. The best alternative I have found is
Folder <output base folder>
Dynamic [origpath]\[origfilename]
which puts the input base folder path in the output base folder path, and then in Explorer, manually move the output base folder to the right location and delete the redundant copies of the input folders.
How can I do this?
Having tried the various FOLDER elements documented https://archive.is/i1JVD , I can find no "Output Location:" settings that do this. The nearest I have found requires changing the number of [TRIMFIRSTFOLDER] elements for each different base folder level. The best alternative I have found is
Folder <output base folder>
Dynamic [origpath]\[origfilename]
which puts the input base folder path in the output base folder path, and then in Explorer, manually move the output base folder to the right location and delete the redundant copies of the input folders.
Comment