Page 1 of 1

launch vb scripts from AE

Posted: May 7th, 2012, 11:37 am
by lougris
Hello,

I would like to know if it's possible to run vbs scripts in AE ?
Like this :
var vbsFile = new File(path);
vbsFile.execute();

or with $.evalFile() or eval()
I don't succeed...

Thanks in advance

Fred