Backup and Restore 2 Manual

BRCOM Commands
Backup and Restore 2 Manual522696-019
5-13
Guidelines
"string"
is a text string enclosed in quotation marks. The FC command finds and displays
the most recent command in the history buffer that contains the specified text
string. The command need not begin with the specified string. Searching for
previous commands is case-sensitive.
Guidelines
Do not use the FC command in a command file or IN file.
FC displays the specified command line and prompts you to make your changes
on the next blank line. You can enter FC subcommands (such as R, I, or D) on the
new blank line to replace, insert, or delete characters. After you enter the FC
subcommands, pressing Return instructs FC to:
1. Make the changes you specified.
2. Display the command line as modified.
3. Prompt for more changes.
Example
BR> FC ;
BR> FC 2
BR> FC INFO
BR> FC "CONFIG" ;
HELP Command
Use the HELP command to display information about BRCOM command names and
their syntax.
HELP
entered with no command name or syntax name, lists all the BRCOM command
names. Syntax is not displayed. This command is the same as entering HELP *.
command-name
is the entire command name or the first word of the command's name. When you
provide the entire name, such as INFO CONFIG, the command and its syntax are
displayed. If you provide only one word in the command, such as INFO, all
commands containing that word are displayed but without syntax.
HELP [ command-name ]
[ <syntax> ]
[ * ]