.. highlightlang:: us .. index:: AppSetBatchMode .. _appsetbatchmode: AppSetBatchMode =============== .. us.tag AppSetBatchMode NOTREADYENGLISH App New500 Changed5147 :ref:`AppSetBatchMode` sets the batch mode flag. If batch mode is enabled the display of dialog and message boxes are suppressed. .. function:: nOldMode = AppSetBatchMode(nMode) .. us.return **Return Value** *nOldMode* is the old mode. .. us.params **Parameters** .. uparam:: nMode If *nMode* is 1, the batch mode is enabled. If *nMode* is 0 the batch mode is disabled. .. us.comment **Comment** Batch mode can be enabled in the command line:: uniplot.exe /BatchMode Siehe auch :ref:`AppGetCommandLine`. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.14.7 - Return value changed from *bool* to *nOldMode*. * - 5.0.0 - New. .. seealso:: :ref:`overview-application-object`, :ref:`AppGetBatchMode`, :ref:`AppGetCommandLine`, :ref:`log_set_filename` :sub:`id-1596546`