Execute Method
Executes a Command on the remote host.
Syntax
int Execute(char* lpszCommand);
Remarks
This method executes a Command on the remote host. Calling this method is equivalent to setting the Command property to Command.
Example (Execute a Command)
RshellControl.Execute("cd /home/username/; ls -al; cd/; ls")