|
This online help file is for EFT Server version 6.2.x. For other versions of EFT Server, please refer to http://help.globalscape.com/help/index.html. (If the Index and Contents are hidden, click Show Contents pane in the top left corner of this topic.) |
|
This property is available in EFT Server 5.2 and later. |
Use the ICICommandActionParams interface Parameters property to retrieve or change the parameters for a command.
Signature:
HRESULT Parameters([out, retval] BSTR *pVal);
HRESULT Parameters([in] BSTR newVal);
Example:
commandParams.Parameters = "D:\MyFolder\MyScript.vbs –A -B"
Command Action Parameters Interface (ICICommandActionParams) (including dialog box equivalents)
Retrieving or Changing Working Folder for Command (WorkingFolder)
Retrieving or Changing Command to Execute (Command)