Executing Script within another Script
Posted: June 4th, 2010, 4:40 am
Hi there...
How to execute a script within another script..?? using "fileObj.execute()" command...
In my script I used the command like this...
It is working.., but it is not Executing the script... It is just opening the GlobalVars.jsx file in ExtendScript Toolkit. But I don't want that... I want to execute that script when I am executing my script..
any help please...
thanx in advance.
http://myaescripts.blogspot.com/
How to execute a script within another script..?? using "fileObj.execute()" command...
In my script I used the command like this...
Code: Select all
var myPath=new File("/C/Program Files/Adobe/Adobe After Effects CS3/Support Files/Scripts/GlobalVars.jsx");
myPath.execute();
any help please...
thanx in advance.

http://myaescripts.blogspot.com/