Hint: change where it says <dir> to your directory you have the cr2 files in.
Code: Select all
@echo off
Forfiles /p "<dir>" /m *.CR2 /s /c "cmd /c convert @fname.cr2 -quality 100 @fname_converted.jpg && echo Done"
pause
Code: Select all
@echo off
Forfiles /p "<dir>" /m *.CR2 /s /c "cmd /c convert @fname.cr2 -quality 100 @fname_converted.jpg && echo Done"
pause