A
A
Alexey Romanov2018-07-13 12:42:49
Python
Alexey Romanov, 2018-07-13 12:42:49

How to run exe on client?

Good day.
Tell me if it is possible to run .exe on the machine from which the client came to the host. Let me explain: there is a code;

import os
class vnc():
def connect(ip):
os.system(r”путь до vnc “ %ip)

Now, when calling the function, vnc starts on the computer where the flask server started, but you actually need it to start on the computer that called the function.
I apologize for the unformatted code, it's not convenient from the phone.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question