echo
Usage
.echo <on|prompt|off>
Description
Echo executed commands. By default, the echo command is set to off
. If the echo
command is set to on
, the
commands will be echoed to the defined output. If the echo
command is set to prompt
, prompt and commands will
be echoed to the defined output.
Examples
Show the current echo setting:
.echo
Enable echoing commands:
.echo on
Enable echoing the prompt and commands:
.echo prompt
Disable echoing commands:
.echo off