For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Run notepad.exe

Last updated