run

process::run creates a process by using the CreateProcessAsUser Win32 API function. The CreateEnvironmentBlock is also utilized. It has the following command line argument:

  • positional argument: the name of the process to run

Last updated