Here is a little dos script I wrote to rename all files in the current and subdirectories to have a different extension.
for /f "tokens=1 delims=" %a in ('dir /s /b /ad') do if exist "%a\*.old" ren "%a\*.old" *.new
If you run this from a bat file you will need to replace % with %%.
Remember Me
Powered by: newtelligence dasBlog 1.9.6264.0
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.
E-mail
Theme design by Jelle Druyts