
January 28th, 2013, 04:33 PM
|
|
Registered User
|
|
Join Date: Jan 2013
Posts: 1
Time spent in forums: 15 m 51 sec
Reputation Power: 0
|
|
|
Killing process help
Hello, I need to make a python file for close a process
The problem is the next:
I want the user doesn't see the CMD window..
Does it's possible ?
import os
os.system("taskkill /im injector* /f")
os.system("taskkill /im *injector /f")
Thanks in advance !
|