Actions
Find and register a dll file as command components in Windows¶
In this example, we want to find the dll for TEM Scripting and register it.
Find the dll file for the type library.¶
- Navigate to C:\\Python27\Lib\site-pacakges\pythoncom\client
- Open combrowse.py
- Expand Registered Type Libraries and find "TEM Scripting"
- Expand "Type Library" under TEM Scripting"
- You should find at the end of the list "Filname: 'C:\\Tecnai\\Scripting\\StdScript.dll'
Register the dll¶
With Windows comand line terminal
cd C:\\Tecnai\\Scripting regsvr32 StdScript.dll
Updated by Anchi Cheng about 10 years ago · 1 revisions