Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== ExecuteCommand ====== Method of [[:scripting:api:application:start|IApplication]] ===== Description ===== Execute existing command nCount times, with "enabled" check ===== Parameters ===== * [[scripting:api:data-type:BSTR|BSTR]] **strName** * [[scripting:api:data-type:long|long]] **nCount** = 1 (optional) ===== Syntax ===== ==== JavaScript ==== <code javascript> Application.ExecuteCommand(strName, nCount); </code>==== Visual Basic Script ==== <code vb> Application.ExecuteCommand strName, nCount </code>==== C++ ==== <code cpp> HRESULT hr = Application.ExecuteCommand(strName, nCount); </code>===== See Also ===== [[:scripting:api:application:start|IApplication]] ~~NOTOC~~