Skip to main content

RemoteRunProcess

RemoteRunProcess["host","command"] runs the specified system command on the remote host, returning information on the outcome.

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

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

RemoteRunProcess["host",{"command",arg1,arg2,…}] runs the specified command, with command-line arguments argi.

RemoteRunProcess["host", command,"prop"] returns only the specified property.

RemoteRunProcess["host", command,prop,input] feeds the specified initial input to the command.

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