Execute Method
Execute a Command on the remote host.
Object Oriented Interface
public function doExecute($command);
Procedural Interface
ipworks_rexec_do_execute($res, $command);
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")