Hello,
I want to convert BMP files to JPG - that's no problem, of course.
What I need, is to batch convert thousend of .bmp files from a source directory including multiple subdirectories (containing about 15-25 .bmp files each). At the end I would have the same folder structure but with .jpg files instead .bmp files. Subfolders structure is changing from day to day - based on current date.
Any chance someone could help me with this?
Thank you!
I want to convert BMP files to JPG - that's no problem, of course.
Code:
"%ProgramFiles%\IrfanView\i_view32.exe" c:\MainFolder\*.bmp /convert=c:\MainFolder\*.jpg /jpgq=85
Any chance someone could help me with this?
Thank you!
Comment