process::run creates a process by using the CreateProcessAsUserarrow-up-right Win32 API function. The CreateEnvironmentBlockarrow-up-right is also utilized. It has the following command line argument:
process::run
positional argument: the name of the process to run
Last updated 4 years ago