RemoteExecNoWait (Method)

Return Value

(none)

Arguments

Parameter

Data Type

Meaning

command

String

The command line parameters to run on the server.

stdoutFile

String

Name of the file on the remote machine used to capture the standard output from the specified command.

Description

Executes the specified command on the remote server. This method does not wait for the command to complete. Before running this command, use RemoteDeleteFile (Method) to delete any pre-existing output files. Later, use RemoteGet (Method) to retrieve the output.