Описание тега createprocess

Refers to programmatically running an application from another.

In the Windows API the function CreateProcess is used to create a new process.

See fork for similar functionality on UNIX/POSIX systems.