Reverse CreateObject in VBScript -


I have an old vbscript that runs the command, foo = CreateObject (x.y). I want to run this script on another computer (which it does not run on BTW now), but I do not know which DLL should register me, or what I should do, to run the CreateObject command.

How can I find out what is needed to make a copy in a new computer, and I need to register them, and what should be done?

Or maybe they are osx or something else? >

Cheers

You may type your HKEY_CLASSES_ROOT \ Xy \ CLSID key.

With that {GUID} , go to HKEY_CLASSES_ROOT \ CLSID \ {GUID} \ InprocServer32 key


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -