[Gimp-user] Trouble calling running batch script in Windows XP
Kevin Cozens
kevin at ve3syb.ca
Thu Nov 8 07:45:09 PST 2007
Sam Kuper wrote:
> I have been having difficulty running the following batch script:
>
> ; ------------------
> ; BEGIN SCRIPT
> ; ------------------
>
> (define (batch-CUPify pattern
> image
> drawable)
[snip]
> gimp-2.4 -i -b '(batch-CUPify "*.png")' '(gimp-quit 0)'
I have only taken a quick look at the script. The most obvious problem is that
you defined it as needing three parameters and only pass it one on the command
line. Based on what I see in the script and how you are trying to use it you
don't need the image and drawable parameters.
If you are only going to use this script via batch mode you don't need the
register block.
--
Cheers!
Kevin.
http://www.ve3syb.ca/ |"What are we going to do today, Borg?"
Owner of Elecraft K2 #2172 |"Same thing we always do, Pinkutus:
| Try to assimilate the world!"
#include <disclaimer/favourite> | -Pinkutus & the Borg
More information about the Gimp-user
mailing list