IP*Works! 2016 C++ Edition
IP*Works! 2016 C++ Edition
Questions / Feedback?

Execute Method

Execute a Command on the remote host.

Syntax

 int Execute(char* lpszCommand);

Remarks

Calling this method is equivalent to setting the Command property to Command.

Example (Execute a Command)


RexecControl.Execute("cd /home/username/; ls -al; cd/; ls")

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 C++ Edition - Version 16.0 [Build 7353]