I have a single action, that has three steps. I've made this action into a droplet.exe
1. bat file to move files into processing folder
2. IPP
3. bat file to move file from processing to archive folder.
The problem is that Step 2 begins shortly after step 1, and IPP only sees about 10 photos at the time IPP starts. IPP processes those 10 completely, and then the 3rd batch file starts. Step 3 never happens before IPP ends.
Here's what I'm going to try.
Step 1. bat file to move files into processing folder
Step 2. bat file to kill all open command windows. not sure if the action will "wait" until the first step is finished or not..hmmm
Step 3. IPP
Step 4. bat file to move file from processing to archive folder.