A-1AAutomated ScriptsThis appendix describes how to write DOS batch files and CLIcommand scripts to perform the controller details task.You can use the CLI commands alone in CLI command scripts or incombination with DOS commands in DOS batch files. Also, youcan invoke CLI command scripts in a DOS batch file. You shouldalready understand how to write DOS batch files and be familiarwith Windows-related backup commands.To execute a CLI command script, type the @ (at sign) followed bythe file name that contains the CLI commands, for example:AAC0>@array.txtCreating an Automated ScriptIn its simplest form, a CLI command script is a text file thatcontains valid CLI commands. A carriage return linefeed followseach command. The following CLI command script:1 Opens controller aac0 by invoking the CLI command open.2 Invokes controller details.3 Closes controller aac0 by invoking the CLI command close.4 Exits the example CLI command script.open AAC0controller detailsclose AAC0exit