Scripts: Start External Process

 

Start External Process:

This script allows you to start any arbitrary external program. Use it as-is or as a starting point for something amazing.

In order for this script to work, you will have to allow it to import DLLs. The DLL should be present in computers running the windows operating system.

Common Settings


Script Parameters

  • Executable name - The executable to run. Include the full path to it if you have to.
  • Commandline parameters - Optional, you can use switches and arguments here.
  • Working directory - Optional, specify the working directory.
  • Window display mode - Set the option for how you want the application to launch.

Inputs example


Author: Matthew Colter

Reason: