batch file - cannot replace this character from a variable -


i trying remove special characters filenames

set "filename=%filename:’='%" 

this works command line not script.

just finish up, here's answer.


change codepage more supported codepage, such unicode utf-8. corresponding codepage id 65001. change this, add:

chcp 65001 

you can add snippet anywhere before set statement.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

What is happening when Matlab is starting a "parallel pool"? -