Hi, I'm using a batch file that does some uploading of files to a SharePoint library.
Some of the urls contain special characters like 'í'. How can I ensure that these characters are parsed correctly in a batch file? Currently they are rendering really strangely. File encoding is ASCII in my .bat file.
Some of the urls contain special characters like 'í'. How can I ensure that these characters are parsed correctly in a batch file? Currently they are rendering really strangely. File encoding is ASCII in my .bat file.