listole {-d} {-h} {-x} file ...
An OLE object catalogue tool. The output is a list of ActiveX/OLE objects available to the system.
None
-ac
Include ActiveX controls in the output list. This is the default behavior.
Use -no_ac to exclude ActiveX controls.
-cl
Output the clsid of each object. The default behavior is not to.
-d
Output a textual description of each object. The default behavior is not to.
-i
Include Insertable objects in the output list. This is the default behavior.
Use -no_i to exclude Insertable objects.
Output is directed to stdout.
The format of each output line is:
<id> {<clsid>} {<description>}
<id> is quoted when the -d or -cl options are used.
Creates a file containing all ActiveX controls:
listole -no_i >activex.dat
Commands: |