Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Inconsistent outcomes with batch processing
#3
(04-26-2019, 12:48 PM)Kevin Wrote: You cannot use single-quotes on a Windows command line.

Try this:
Code:
"C:\Program Files\GIMP 2\bin\gimp-2.10.exe" -b "(timbo \"C:\\Folder1\\Folder2\\*.JPG\" 0.5)"

Normally you don't need backslashes in file names (the only place where these need to be backslashes is "naked" file names in a command prompt) so


Code:
"C:/Program Files/GIMP 2/bin/gimp-2.10.exe" -b "(timbo \"C:/Folder1/Folder2/*.JPG\" 0.5)"

would work just as well.
Reply


Messages In This Thread
RE: Inconsistent outcomes with batch processing - by Ofnuts - 04-26-2019, 01:02 PM

Forum Jump: