Skip to main content

RemoteRun

RemoteRun["host","command"] runs the specified operating system command on the remote host, returning the exit code obtained.

RemoteRun[IPAddress["address"],"command"] runs the command on the machine with the specified IP address.

RemoteRun[obj,"command"] run the command on the remote host specified by the RemoteConnectionObject obj.

Please visit the official Wolfram Language Reference for more details and examples on core symbols.