Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 412 Bytes

File metadata and controls

7 lines (4 loc) · 412 Bytes

start

process::start starts a process by using the CreateProcess Win32 API function. The PID of the process is also displayed. It has the following command line argument:

  • positional argument: the name of the process to start

Start notepad.exe