i generated a batch file (.bat) with settings for several files for tag.exe to use
simple example:
C:\tag --remove "C:\Music\Artist « We Are Young Americans ».mp3"
C:\tag --remove "C:\Music\Artist1 « We Are Young Americans ».mp3"
C:\tag --remove "C:\Music\Artist2 « We Are Young Americans ».mp3"
C:\tag --remove "C:\Music\Artist3 « We Are Young Americans ».mp3"
all the file names have unicode characters in them and when i run the bat file all the characters aren't translated properly resulting in a 'File Not Found'-type of error. Anyone run accross a solution for this?
I know tag.exe already has some batch processing built into it, but there's more that i want to do that I needed to generate the settings beforehand without using tag.exe