Can I automate Resize JPEGs in a batch script?
Yes. Using the command-line options, you can fully automate Resize JPEGs in batch files or scheduled tasks. For example:
resizejpegs.exe -d "c:\my photos\" -r -a -c -x 1600 -e
This loads all JPEG files from the directory, resizes the originals in place, always resizes even if already smaller, closes when done, sets a maximum width of 1600 pixels, and retains the original file date.
Support Our Work
Please consider making a contribution today to help us keep Resize JPEGs available for everyone.
Didn't find your answer?
Our support team can help you with your specific issue. Submit a request and we'll get back to you.
Get Help Now
Additional Information
Added: Feb 27, 2026 | Last Updated:
Added: Feb 27, 2026 | Last Updated:
