Result: It does not wait to launch second bat file to "kill" all open command windows. Keeps it clean, because only files copied are processed...but the major problem is that only a few images are moved/processed.
Is there a way to force a delay in the javascript that does the bat file? Like if we tried to ping an invalid server and do it x number of times?
(See this thread: How to sleep for 5 seconds in Windows's Command Prompt? (or DOS) - Stack Overflow)
Possible to do something similar to this in this in a photoshop javascript or action step?
Just need to introduce a pause for a pre-defined period of time into my action...somehow? If I can do this, then I'll just "kill" the command windows before running the IPP. I just need to specify a period of time (like 5 mins) for the files to copy before i kill the command window.
Any ideas?