> Will TASKKILL kills a thread when thread id is given ?? Or does it > kill only a process?? > > How to ensure that a thread is killed?
Hi! Sorry, TASKKILL is only for process. For help on TASKKILL : TASKKILL /? Other infos with TASKLIST (TASKLIST /?) If the object who use process is a service (kif-kif daemon), you can use SC (see SC /?) For thread, the concept is fuzzy. Thread can be manage by OS, by software (e.g. by Python, for Python's threads), or by middlewares. There are no universal way. -- @-salutations Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list