Hi I need to be able to start background process, in Windows System. I want this process to use predefined I/O streams and I want to be able to check status of the process (running, killed, etc.) and kill him, if necessary. Any ideas how can I do it?(I prefer doing so without non standard modules.) Thanks, Alex.