F
F
fandorin_official2019-09-18 10:24:09
Python
fandorin_official, 2019-09-18 10:24:09

How to correctly run a script on a remote server running Windows Server?

Maybe someone already had a need for this kind of task.
I have a script which consists of several functions. If you run it through the terminal on a laptop, then every 2-3 hours the script goes through all the functions and falls asleep. And so on ad infinitum.
There is a need to send this script to a remote server and run it there.
Please tell me how to run it there?
Add a call to this script to the task schedule with periodicity? Or run on an infinite run through the console? Or turn it all into a service?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Ryzhkin, 2019-09-18
@fandorin_official

What is bad native sheduler? Add the script to the tasks, set the start time and that's it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question