I want to make a batch program that creates a folder named fábulas(fables in portuguese). but when I try with the following command
md "DeskTop\fábulas"
The name of the created folder is fábulas.
And when I do the same command in cmd the folder name is fábulas not f├íbulas.
How can I create a batch program that makes the folder name be fábulas instead of f├íbulas