I downloaded a python script but I have a problem with the script, the problem is that it stops working but when I stop the program and rerun it it has a good feature to resume the process which was terminated last time and it continues the process for some time but again stops working. So,
I want to create an another script which terminates the real python script and reruns it every 5 mins...
but when the real python script starts it asks if we want to continue the old terminated process and we have to enter 'y'...
Can anyone help me with this and you can use any language to create the rerunning script. ThankYou