Hi,
I have a scenario and looking for a solution, a JavaScript
Here are the details:
1. The user will create a Watch Folder on Desktop (Mac/PC) for example: “myScriptFolder” with a sub-folder called “Output”.
Scripting part…
2. Whenever a user puts an Illustrator/InDesign file in the Watch Folder “myScriptFolder”. The file should be launched in its respective application. Let’s concentrate here on Illustrator only.
3. Once the file is opened in the Illustrator. The application should run a JavaScript called “myStartScript.jsx”, located in the Script folder of Illustrator (Oops, I don’t know the location of the Scripts panel of Illustrator).
4. Once the script is run, the file should be saved to the “Output” sub-folder.
In a nutshell, I would like to run a JS on a file, without going through the routine procedure.
Thanks in advance.