I have a .bat which when executed calls a script.
My problem is that the files that are called by the script have "ç, á, ã" accents, things like that.
So when it looks for the file, it does not find the right name.
Nome do arquivo: "Procuração.xls"
Chamada do script: "Porcura$ÕAo.xls"
With this he can not find the right file to execute.
I've seen several topics about this, but I have not been able to implement any.
I'm currently using
U:
CHCP 1252
cd U:\PastaAberta\Progan
ECHO Aguarde o script executar...
Rscript script02.R
pause