Scriptinterface Product manual

Scriptinterface 
Global parameter, parameter without command shortcut

logfile

Creation of a log file to communicate the status of the processing.

Example

<logfile>C:DiskImageLogfile.log</logfile>

interaction

During the command processing, denotes if a confirmation dialogue is possible or if the processing should take place in the background. No processing in the background is default.

Valid values: "yes", "no", "true" and "false"

Example

<interaction>no</interaction>

stop_at_error

Denotes whether the processing of a command file should continue if an error occurs. No further processing is the default value, which means that the processing will be aborted when an error occurs.

Valid values: "yes", "no", "true" and "false"

Example

<stop_at_error>no</stop_at_error>