Special characters in batch file

Soldato
Joined
1 Feb 2006
Posts
8,188
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.
 
I tried different chcp codes last night but didn't have any luck. I guess I need to rewrite my tool so we can avoid using batch files.
 
Back
Top Bottom