Wolfram Language

Running Programs on Remote Systems

The ability to run processes remotely on other systems is a helpful tool. With RemoteRunProcess, shell commands can be run, logs printed, scripts executed and more.

Connect to a remote machine.

Get the name of the current working directory on the remote machine.

List the files in the current working directory.

Run the following Wolfram Language script on the remote machine.

#!wolframscript Print["This machine is: " $MachineName];

Close the connection.

Related Examples

de es fr ja ko pt-br zh