RFTERMINAL.SystemCall

boolean SystemCall(BSTR pszSystemCall)

Function SystemCall(pszSystemCall As String) As Boolean

Performs a function in the Client.

Return value
True=successful, False=error, file not found, RF link lost.

Parameters

pszSystemCall
    The name of the executable file to launch on the Client.

Remarks
    Runs the executable file, then returns to the Client application.

Example

See also    RFTERMINAL