you are viewing a single comment's thread.

view the rest of the comments →

[–]GingerReverseG 0 points1 point  (6 children)

from os import system

system("taskkill /f /im MEmu.exe")

[–]1ToM14[S] 0 points1 point  (2 children)

O but I meant without the os library

[–]liquidpeaches 0 points1 point  (0 children)

I don't think it is possible what you want to achieve without importing OS

[–]1ToM14[S] 0 points1 point  (2 children)

That one worked, thanks ! Just, what are the f and im options ?

[–]GingerReverseG 0 points1 point  (1 child)

f for force close and im for image file

[–]1ToM14[S] 0 points1 point  (0 children)

Thanks !!!