| View previous topic :: View next topic |
| Author |
Message |
[deXter]
Joined: 28 Nov 2004 Posts: 35
|
Posted: Sat Apr 21, 2007 2:57 pm Post subject: How can I kill a process tree |
|
|
Process, Close doesn't kill the process tree.
Is there any way I can kill a process tree without using any third-party app? |
|
| Back to top |
|
 |
Save the Earth Guest
|
Posted: Sat Apr 21, 2007 5:58 pm Post subject: |
|
|
Don't kill the trees!  |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1718
|
Posted: Sat Apr 21, 2007 8:41 pm Post subject: |
|
|
| Save the Earth wrote: | Don't kill the trees!  |
LOL!
yeah .. i'd been wanting such an option as well. i think using win API can help ... i really suck at that though. _________________
 |
|
| Back to top |
|
 |
Sean
Joined: 12 Feb 2007 Posts: 1337
|
Posted: Sun Apr 22, 2007 12:18 am Post subject: |
|
|
You may use Tool Help functions, which I believe AHK's Process function uses.
Process32First/Next will return the ProcessID of the parent process. |
|
| Back to top |
|
 |
|