run

Runs a configuration script.

run 
<script file>

Overview

Use this command to run a configuration script.

Options

Option Optional or Required Default Value Description
<script file>
Required none The name of the script to be executed.

Script Syntax

Each line must contain the name of a command and its arguments. Arguments can be quoted using either single or double quotation marks. Lines beginning with a hash character (#) are regarded as comments and have no effect. Lines ending with a backslash character (\) are continued on the next line with the backslash character removed before parsing. The special script command "echo" can be used to echo messages to the console. See Script language.