Comopen

From Scriptwiki
Revision as of 22:14, 6 July 2014 by Cail (talk | contribs) (Added page.)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This opens a COM connection to object progid eg. Excel.Application, and assigns the connection a name.

/comopen name progid

You should check $comerr after making this call to confirm that the COM connection was successful.

See Also