Hi,
I have a recorded action that I want to run on my folder that contains raw images (.arw). When I run it from File > Automate > Batch everything works like a charm.
The problem is when I create a droplet and run it from command line:
action.exe C:\folder
it fails because Photoshop opens the Camera Raw at first which the action doesn't expect.
Is there a way how to avoid opening Camera Raw when running droplet?
Bonus question: When I have a folder with both jpg and raw files, can I force the droplet to run only on the raw files from the folder?
Thanks