Setting
|
Description
|
BatchSettings.AddToValidCharSet
|
Normally, SetupBatcher only allows English characters, but you can add local letters by specifying them here. For more information see the file "noneng.cnu".
|
BatchSettings.AutoRetry
|
10-86400
Time between retries for auto retry in seconds. 86400 = 60x60x24 = one day.
Specify a value to enable auto retry. Remove the setting to disable auto retry.
|
BatchSettings.CheckMachines
|
Yes | No
Disables [Machines] section pre-scan.
|
BatchSettings.CommandDelimiter
|
, | ;
Command parameter delimiter - the character that is used between parameters in commands.
|
BatchSettings.Debug
|
Yes | No
Set to yes to debug a script:
| · | The script is not hidden while running.
|
| · | DOS / DOSR: A dialog is displayed before every command. Output from successful commands is also displayed in the log.
|
| · | Command line mode: SetupBatcher runs the batch job and remains in GUI mode when finished. %errorlevel% is displayed in the status window but is not returned when the program exits.
|
|
BatchSettings.Delimiter
|
TAB | , | ; | :
Delimiter for the [Data] section. The TAB character is used in most examples. (It is possible to copy and paste data directly via the clipboard from spreadsheets like Excel when TAB is used.)
|
BatchSettings.ErrorDialogDisable
|
Yes | No
Disables the abort / retry / ignore error dialog in GUI mode. This is useful when errors should be handled by the [OnError] section in GUI mode.
|
BatchSettings.IgnoreErrors
|
Yes | No
When an error occurs, no error dialog is displayed and the script continues. Errors are still displayed in the log.
|
BatchSettings.LogCommands
|
Yes | No
Displays all executed commands in the Log window.
|
BatchSettings.LogToFile
|
0-3, default 0
| · | 1 - save the log window when the script is finished.
|
| · | 2 - save the script when the script is finished.
|
| · | 3 - save the log window and the script when the script is finished.
|
Files are saved in %StartDir%\log
|
BatchSettings.MarkerCol
|
1-30
[Data] section status column. Used by SetupBatcher for markers.
|
BatchSettings.MarkersAutoRemove
|
Yes | No
Yes = automatically remove all markers before the script starts.
|
BatchSettings.UndoCommandsInBatch
|
Yes | No
Set to yes to allow mode 3 and 4 [Undo] commands in the [Batch] section.
|