Skip to main content

Start Process

Starts process with given path or exe name.

Input

  • File Name: The full file path where you can find the executable file of the application to be opened. Note: All strings have to be placed between question marks.
    • Type: System.String
  • Arguments: The parameters that can be passed to the application at startup.
    • Type: System.String
  • WorkingDirectory: Path of the current working directory. This field accepts only strings variables. Note: All string variables must be placed between quotes.
    • Type: System.String