Command | String | The command to execute |
Check the Apache Commons Exec documentation for more documentation. For example, to open a file on Windows using notepad,
you can use the following command (where file is defined as a process variable):
notepad #{file}