Start a process
This is used to start a windows process with the given arguments. In the snippet below, set the path to the working directory and the name of the executable.
This script will require adding using System.Diagnostics; to the namespaces section.
Last updated
Was this helpful?