Start a process on another computer on the network
问题 I'm required to start a series of python scripts and/or other windows executables. Some of these require a Windows system, others require a Linux machine. Currently there are designated machines to run the OS-dependent programs. So I know where I want to start which program. Is there a way to start a python script (or a windows executable) from a python script, on the local network, on another computer (e.g. run 192.168.0.101:/dir/python_script_123.py ? The script, which should then run