$BatchOutput

$BatchOutput

is True if output in the current session is being sent in batch mode, suitable for reading by other programs.

Details

  • The initial value of $BatchOutput is typically determined by a commandline option when the Wolfram System session is started.
  • $BatchOutput cannot be reset during a Wolfram System session.
  • When $BatchOutput is set to True, the Wolfram Language generates all output in InputForm, with the PageWidth option effectively set to Infinity, does not give In and Out labels, and does not give any banner when it starts up.

Examples

Basic Examples  (2)

In an interactive session, $BatchOutput is False:

Run a standalone Wolfram Language kernel with an input file:

Put commands in a file, in this case to evaluate $BatchOutput:

Run the command. The session terminates at the end of the file:

The output file contains the value of $BatchOutput:

Delete the temporary files:

Wolfram Research (1991), $BatchOutput, Wolfram Language function, https://reference.wolfram.com/language/ref/$BatchOutput.html.

Text

Wolfram Research (1991), $BatchOutput, Wolfram Language function, https://reference.wolfram.com/language/ref/$BatchOutput.html.

CMS

Wolfram Language. 1991. "$BatchOutput." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/$BatchOutput.html.

APA

Wolfram Language. (1991). $BatchOutput. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/$BatchOutput.html

BibTeX

@misc{reference.wolfram_2023_$batchoutput, author="Wolfram Research", title="{$BatchOutput}", year="1991", howpublished="\url{https://reference.wolfram.com/language/ref/$BatchOutput.html}", note=[Accessed: 28-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_$batchoutput, organization={Wolfram Research}, title={$BatchOutput}, year={1991}, url={https://reference.wolfram.com/language/ref/$BatchOutput.html}, note=[Accessed: 28-March-2024 ]}