I wonder: is it possible to restart .exe .bat processes in python or django language?
Basically they are running processes in production on remote servers. What is needed is to automate the process by avoiding entering each of them and restarting or killing a certain process from there. The goal is to create a website that can manage these processes from anywhere with a connection.
Likewise connect to a remote server to manage these processes, is it possible to do it with this language and the framework? and how would it be?