12-12-2022, 10:28 PM
As Ofnuts says, your command line needs fixing:
gimp-2.10 -i -b "(batch-auto-fix \"C:\Users\parkinsj\Desktop\GIMP_Batch\img*.jpg\")" -b "(gimp-quit 0)"
Also you would be better putting the script in your personal scripts folder not in the system folder - the next update you do to GIMP runs the risk of removing anything that's not supplied by the GIMP installer.
Your personal folder would normally be C:\Users\parkins\AppData\Roaming\GIMP\2.10\scripts
I assume you already know that your script is going to overwrite your images.
gimp-2.10 -i -b "(batch-auto-fix \"C:\Users\parkinsj\Desktop\GIMP_Batch\img*.jpg\")" -b "(gimp-quit 0)"
Also you would be better putting the script in your personal scripts folder not in the system folder - the next update you do to GIMP runs the risk of removing anything that's not supplied by the GIMP installer.
Your personal folder would normally be C:\Users\parkins\AppData\Roaming\GIMP\2.10\scripts
I assume you already know that your script is going to overwrite your images.