Re: TASK KILL

2007-04-09 Thread Michel Claveau
> 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 servi

TASK KILL

2007-04-09 Thread Teja
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? -- http://mail.python.org/mailman/listinfo/python-list