![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: Killing a running process
From: Ralf Fassel <ralfixx@gmx.de>
Date: Fri Mar 03 2006 - 17:17:39 CET
* "al-s" <stosh259@hotmail.com>
pid $channel
gives you the process ids of the processes in the pipe.
Typically you would use this list and attach it to a button, eg.
You will then have to use a system-dependend means to kill those
IIRC TclX also has a kill proc which works on Windows and Unix
HTH
|