Difference between revisions of "Comopen"
From Scriptwiki
m (Added /comclose and /comlist) |
m (→comlist and comclose) |
||
Line 5: | Line 5: | ||
You should check [[$comerr]] after making this call to confirm that the COM connection was successful. | You should check [[$comerr]] after making this call to confirm that the COM connection was successful. | ||
− | == | + | == COMLIST and COMCLOSE == |
Use /comlist to list all open COM connections. | Use /comlist to list all open COM connections. | ||
/comlist | /comlist |
Revision as of 21:20, 6 July 2014
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.
COMLIST and COMCLOSE
Use /comlist to list all open COM connections.
/comlist
Use /comclose to close the COM connection.
/comclose name