I just finished my first scrip-fu for batch operation; I have creted a .BAT file to process all the files in a folder .
The problem is that this works on Win OS. There is a Way to make a batch file to do that on MAC OS?
my .BAT file is:
md "img" md "thumb" "C:\Program Files\GIMP 2\bin\gimp-2.6.exe" -i -b "(batch-resize-V0.05 \"*.JPG\") (gimp-quit 0)"
the first and the second lines creates two subfolders and the third line to the batch work putting the result in those folders.
There is a solution?
FAB

Help










