Discuss this help topic in SecureBlackbox Forum

TElShellSSHSubsystemHandler.Command

TElShellSSHSubsystemHandler     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains the requested command.

Declaration

[C#]
    string Command;

[VB.NET]
    Property Command As String

[Pascal]
    property Command: string;

[C++]
    void get_Command(std::string &OutResult);
    void set_Command(const std::string &Value);

[PHP]
    string get_Command()
    void set_Command(string $Value)

[Java]
    not available

Description

    Use this property to get the requested command. If no command is present, then the system default shell is executed. The command (or shell) is executed in CurrentDirectory unless it is not set (in which case application's current directory is used).

See also:     CurrentDirectory    

Discuss this help topic in SecureBlackbox Forum