I am trying to replace underscores in some file names with spaces, for example:
this_is_a_file.pdf
becomes:
this is a file.pdf
In Windows using a batch file.
I have found a similar question, but it replaces spaces with nothing: How to remove spaces from file names (in bulk)
Can it be easily translated to do what I want?