Process ID Extension for Win32 0.9
홈페이지 : http://groups.yahoo.com/group/tcl_announce/message/1405
The::pid:: extension gives TCL developers the process-control functionality of the 'ps' and 'kill' commands on Windows 95, 98, ME, 2K, and XP platforms (not NT):
::pid:: 확장자는 TCL 개발자에게 Windows 95, 98, ME, 2K 및 XP 플랫폼(NT 제외)에서 ‘ps’ 및 ‘kill’ 명령의 프로세스 제어 기능을 제공합니다:
::pid::ps - List processes by executable name and PID
::pid::kill - Kill process by PID
The DLL was built against TCL 8.4b2/threads using SWIG 1.3, and will hopefully work under other versions of TCL as well. The extension appears to be thread-safe. If it doesn't work on your TCL installation, you can compile using the included source.
The binary and source are distributed under a free MIT-style license. Reports and comments about this my first binary TCL extension are welcome!