Hi,
I was wondering how I would execute a file remotely? For example,
test.exe resides on machine A, my python script is running on Machine
B. I would like to execute "test.exe -parameters" on machine A from a
script running on machine B.
Does anyone know how to do this easily in python?
Thanks a lot.
Hank
I was wondering how I would execute a file remotely? For example,
test.exe resides on machine A, my python script is running on Machine
B. I would like to execute "test.exe -parameters" on machine A from a
script running on machine B.
Does anyone know how to do this easily in python?
Thanks a lot.
Hank
Comment