wscript
Hi everybody,
I probably have a very simple problem but I can't find any answer over the internet. From what i undersand wscript is a basic object from windows including a lot of script functions like sleep, echo, etc... Why isn't it working when I run my script in Illustrator ?
In most of the samples i read, calling wscript.echo seems to work without any other settings. But when i execute it, i have an "object required : wscript" error, and if i try to create it with "set wscript = createobject("wscript.application")" then I have a "ActiveX component can't cerate object : wscript.application". Any ideas to initialize it and access wscript commands ?
