Hi,
I have a vbscript (test.vbs), which comparing the files in the different folders in the same system(windows7 OS).
I tried to execute this script and receiving the error message as below:
'Runtime Error 429 : ActiveX Component Can't Create Object'
After received this message, I tried the below steps:
1. execute 'wscript -regserver' command in command prompt, which went fine.
2. execute 'regsvr32 scrrun.dll' command in command prompt, which went fine.
3. Re-execute the
vb script (test.vbs), receiving the same error message(Runtime error 429).
Please advise on this.
Regards,
More...