Skip to content

Command modes

Howie edited this page Aug 1, 2017 · 4 revisions

save

Save will save a value to file.

execute

Execute will execute a file. Any non-zero exit code will be considered a failure unless additional valid exit codes are specified.

Additional attributes for <command mode="execute">:

Name Required? Description Default Value
path Yes Path to the executable N/A
arguments No Additional arguments to pass (blank)
workingdir No Working path where executable will run Path where XWING is running
exitcodes No Valid exit codes (besides 0) that can indicate the command was successful. Separate multiple codes with a comma N/A
Clone this wiki locally