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
Post a Comment