Похожие чаты

How can write a script that stops or runs another

script?
Is it possible or not in python?

25 ответов

6 просмотров

Possible

Elii- Автор вопроса
Elii
How ?

Find its procees id and kill

Elii- Автор вопроса
Alien X
Find its procees id and kill

Is it any library for that??

Elii
Is it any library for that??

from subprocess import check_call check_call(["pkill", "-9", "-f", filename.py])

Elii- Автор вопроса
Alien X
from subprocess import check_call check_call(["pki...

I put another script along with this code but it doesn't recognize the filename

Elii
I put another script along with this code but it d...

U should give filename with its full path for eg if file in D: fpath = D:/filename.py And pass this variable in check_call

Elii- Автор вопроса
Alien X
U should give filename with its full path for eg i...

https://del.dog/ecramyttar.txt Like this??

Elii- Автор вопроса
Elii- Автор вопроса
Elii
Yeah

Why are you using pkill? It's a Linux command

Elii- Автор вопроса
Elii- Автор вопроса
Sharuzzaman Ahmat Raslan
Fix what?

How can I replace pkill by windows command in this code?

Elii- Автор вопроса
Sharuzzaman Ahmat Raslan
Why do you want to use pkill?

I want to write a script that stops or runs another script

Elii- Автор вопроса
Elii
Nope

Why you are using Windows?

Elii- Автор вопроса
Elii
Not a specific reason

Then don't use Windows. Use Linux

Elii- Автор вопроса
Sharuzzaman Ahmat Raslan
Then don't use Windows. Use Linux

At this moment, I need to fix this and don't have time to change my OS(:

U can even do that with bash script

Похожие вопросы

Обсуждают сегодня

Карта сайта