I have a script for Illustrator CS5.1 that I would like to be part of the scripts menu. I've tried to put it under:
- C:\Program Files\Adobe\Adobe Illustrator CS5.1\Presets\en_GB\Scripts\
- C:\Program Files\Adobe\Adobe Illustrator CS5.1\Presets\en_GB\Scripts\myFolder
- C:\Program Files\Adobe\Adobe Illustrator CS5.1\Presets\
- C:\Program Files\Adobe\Adobe Illustrator CS5.1\Presets\myFolder
but all of those attempts failed, I have restarted Illustrator, what can be wrong? This is for Windows 7.
I don't know why, but the solution is to NOT USE
*.jsx
but*.js
as script extension. When I've changed it tojs
and placed intoC:\Program Files\Adobe\Adobe Illustrator CS5.1\Presets\en_GB\Scripts\
it appeared under scripts menu.With 64bit CS6 Illustrator the path looks like this:
C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Presets\en_GB\Scripts
and it acceptsJSX
orJS
extensions.