Optional
cwdThe working directory to execute the batch script in. Defaults to the current working directory.
Optional
echoWhether to echo the commands to the terminal. Defaults to false.
Optional
prependWhether to prepend each command with call
.
This instructs each command to wait for the previous command to finish execution before starting.
Defaults to false.
Optional
silentWhether to output nothing rather than piping the stdout and stderr to the terminal as the script is running. Defaults to false.
Optional
tempdirThe directory to write the temporary script file to. Defaults to the TEMP or TMP environment variables. If these do not exist and this option is undefined, an error is thrown.
Generated using TypeDoc
The options object for the
executeBatchScript
function.See