Win32 MUX will shutdown cleanly if you send a WM_QUIT message to its window. Yes, it opens a fake window just for that purpose. It also responds to SIGTERM by shutting down. The first requires you to write a program, and the second one requires a utility from a resource kit. Some effort is required, but it is possible. Stephen