foxidrive wrote:Use this command line and then examine renfiles.bat and run it if you are happy with it.Code: Select all
for %a in (*.jpg) do @echo ren "%a" "%~nas%~xa" >>renfiles.bat
This was exactly what I was looking for. Worked perfectly.
Thanx, foxidrive!
-TS