Answered
How to execute one script from another in Illustrator?
It was not possible to call one script from another in Illustrator. The solutions I found do not work.
1) this solution gives an error
#include "C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Presets\en_US\Scripts\anotherscript.jsx"
2) and this one seems do nothing
var f = new File("C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Presets\en_US\Scripts\anotherscript.jsx"); f.execute();
What other ways are there?
