run

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:

  • positional argument: the name of the process to run

Run notepad.exe

Last updated