![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveKilling a running process
From: al-s <stosh259@hotmail.com>
Date: Fri Mar 03 2006 - 16:53:04 CET
Hello group,
I run the following code which creates mutiple processes:
proc Run1 {command log} {
proc Log1 {fd log} {
How do I kill any running processes on the channel in use without
Thanks in advance
-Al
|