Windows command

A Windows command node executes any windows program or script.

Properties

Name
Project script attribute
Description
File to execute
path
The text to write/append.
Arguments
arguments
Any command line arguments you want to pass to the command.
Working directory
dir
The directory in which to start the command.
Wait for completion
wait
If checked, variaDoc will block until the command has finished.
Treat unsuccessful exit code as error
failonerror
If checked, variaDoc will throw an error if the exit code of the command is not equal to the Success exit code.
Success exit code
successexitcode
Exit code of the command that you consider a success.

Project script node name

command