On 3/22/2010 10:21 AM, [email protected] wrote:
If you have a .vbs file, and you mean for it to be run by wscript, then you'll need to specify the full commandlineincluding wscript, not just the .vbs file name; otherwise, windowEyes will host the vbs script itself as well.
Alternatively, you can put it in a .wsf file, which will make wscript execute it and will allow you to import the enum declarations as well.
