When running a batch file with a file name containing spanish accent é, I am noticing it does not decode properly and hence the batch does not run. I tried saving the batch file as UTF-8, ASCII or UTF-16LE, but to no avail. Anyways to escape the character in the batch file. hypothetical example is.
inside the batch file:
rename XXXéxxx.pdf AAAéAAA.pdf
Thanks in advance!