Batch actions on a folder

  • Thread starter Sage
  • 2 comments
  • 516 views

Sage

Staff Emeritus
12,533
United States
United States
GTP_Sage
In Windows, is there a way I could, for example, batch resize images by having a folder that gets "watched" and then autorunning a script to act on any files added to that folder?
 
There is a program called Irfanview that can batch resize all images in a folder to one new size, or each by the same percentage, and place them in a new folder
From that you would just need a script to trigger the program to do it I guess.

Not exactly what you wanted, but better than nothing?
 
Back