I've been tasked with writing a log rotation script for a process on some of our NT servers. What I need to do is make sure that the process stops prior to rotating the script. What I am wondering is whether or not there is a module for getting process lists on Win32 machines and/or stopping processes on the same. I'd like to accomplish this using as few system calls as possible. Thanks in advance.