I’m trying to create a script for a specific batch job I want to perform to a set of files.
I’m using this line of code to instanciate a Wavelab Application:
var wavelab = new ActiveXObject("WaveLab8_5_64.Application");
But WSH returns “Automation Server Can’t Create Object”.
I did not found any WaveLab* ActiveXes register in my COM browser, so I’m guessing that wavelab installation failed to register them.
I’m NOT interested in reinstalling the product (Didn’t work). Does anybody know which DLL should I register ??? I tried WaveLab8_5_64.exe and Wavelab.tlb in the /Tools/Window Scripting but no luck.
Thanks.