skip to main content
OpenAccess SDK Manager Commands : OpenAccess SDK Manager Commands : Set | s
 

Set | s

Sets the following configuration for the command-line tool settings. Valid values are:
*AutoSave
*Echo
*IgnoreErrors
AutoSave specifies whether to save the configuration when a change is made. When set to on, the configuration is saved when a change is made. When set to off, the configuration is not automatically saved, and you must issue a SaveConfig command to save the configuration.
Echo specifies whether all commands entered on the command line are printed to output. When set to on, all commands entered on the command line are printed to output. When set to off, this setting is ignored. The default is off.
IgnoreErrors specifies whether the OpenAccess Manager Command-Line Tool stops when an error occurs. When set to on, the OpenAccess Manager Command-Line Tool stops when an error occurs. This setting is useful when you want the processing of batch files to stop when an error occurs. When set to off, this setting is ignored. The default is off.

Syntax


{Set | s} [option1={on | off} [option2={on | off} ...] ]

Example


set autosave=off
set echo=on
set echo=on ignoreerrors=on