ExecuteApp

The ExecuteApp ISCommand is used for running external applications using ISCommands.

The default command line is:

ISCommand ExecuteApp --AppName=<ApplicationName> --AppArgument=<Arguments>

The table below defines the variables that are required to use this script. Most variables are defined within the script. You can either make an edit to the script or enter the variable at the command line as shown below.

Variable

Description/Options

Default

Required

AppName

The path and name of an external application to execute.

Notepad.exe

Yes

AppArgument

The command or argument to pass to the application.

None

No

Example:

ISCommand ExecuteApp --AppName=Notepad.exe --AppArgument=C:\Program Files\test.txt