R3303-HP HSR6800 Routers Fundamentals Command Reference

90
31496 KB total (1839 KB free)
Table 11 Command output
Field Descri
p
tion
Directory of Current working directory.
d Directory. This field does not exist for a file.
r The file or directory is readable.
w The file or directory is writable.
h The file or directory is hidden.
[ ] The file is in the recycle bin.
execute
Use execute to execute the specified batch file.
Syntax
execute filename
Views
System view
Default command level
2: System level
Parameters
filename: Name of a batch file with the .bat extension. To change the extension of a configuration file
to .bat, use the rename command.
Usage guidelines
Batch files are command line files. Executing a batch file is to execute a set of command lines in the file.
Do not include invisible characters in a batch file. If an invisible character is found during the execution,
the batch process will abort and the commands that have been executed cannot be cancelled.
Not every command in a batch file is sure to be executed. For example, if a certain command is not
correctly configured, the command will not be executed, and the system skips this command and goes to
the next command.
Each configuration command in a batch file must be a standard configuration command, meaning that
the valid configuration information can be displayed with the display current-configuration command.
Examples
# Execute the batch file test.bat in the root directory.
<Sysname> system-view
[Sysname] execute test.bat