Black Hole
May contain traces of nut
Anybody got a clever way to replace a load of "%20" strings with a space, in a folder full of filenames?
It's much easier in Linux/Unix. I do like the idea of pumping the output of a directory listing into an editor, though.That's 4 I have to chose from now. Oh, woe is me. How will I ever cope?
Is that the PS that comes with W10?Powershell.
My normal approach (ultimately flexible) goes like this, because DOS is etched in my memory (but BRU was much faster):
- dir > dir.txt
- Edit dir.txt using global replacement etc so that lines read 'ren "<old filename>" "<new filename>"'
- ren dir.txt namechange.bat
- namechange
I would think so. For all other recent varieties of Windows (even XP) it can be downloaded from Microsoft.Is that the PS that comes with W10?