in reply to fork() on win32
This gives you access to an API which quite closely models the Win32 API.
Basically you create a new 'Process' object (which starts a process) and then you can do things like sleep until it exits, or kill it or whatever.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: fork() on win32
by Delfer (Novice) on Apr 25, 2000 at 20:01 UTC |