process::start starts a process by using the CreateProcessarrow-up-right Win32 API function. The PID of the process is also displayed. It has the following command line argument:
process::start
PID
positional argument: the name of the process to start
Last updated 4 years ago