I have a large number of folders on a drive (+20.000) And I like to have them ordered by name. but some folders are using "." (points) instead of " " (Spaces).
So I would like to create a .bat file that I drop in that certain folder (which contains the +20k folders).
When executed it will change all de points to spaces in the names of the folders.
Some difficulties:
- Not the files (obviously).
- And not the folders underneath.
f.e.
BEFORE
- Movies
- Iron.Man.2.(2018)
- Iron Man 1 (2018)
- unharmed.file.mp3
- change.bat
AFTER
- Movies
- Iron Man 1 (2018)
- Iron Man 2 (2018)
- unharmed.file.mp3
- change.bat
Can somebody help me with this or point me in the right direction? Thanks.