process::start
starts a process by using the CreateProcess Win32 API function. The PID
of the process is also displayed. It has the following command line argument:
- positional argument: the name of the process to start
process::start
starts a process by using the CreateProcess Win32 API function. The PID
of the process is also displayed. It has the following command line argument: