05-30-2006, 01:12 PM
To close hung process, use function ShutDownProcess2. You'll find it in one of recent posts here. To only check whether the process is running, use function GetProcessId. It returns process id if running, or 0 if not.
