Zhone 5100 参照マニュアル

ページ / 186
Navigation, memory, and file management 
Vpacket 5100/6100 Series Reference Manual
                                                                                                   
23
Example:
In this example, the comment “recovery procedure” will be recorded with a script file that will be 
recorded but this comment will not be interpreted with the script.
record start 
You can start recording a script file by issuing the record start command. The user can provide a 
comment to be included at the start of the file. The newly created file is stored within the same 
directory as the tracelog file.
Syntax: record start <filename> [comment string]
Argument:
filename
an up to 8-character filename followed by a 3-character extension
comment string (optional) comments must be enclosed by quotation marks
Example:
In this example, the 5100/6100 VDR will begin recording the input from the user or 
administrator. The comment “new commands” will be prepended to the beginning of the file.
record stop
You can stop the recording of a script file by issuing the record stop command. The user can 
provide a comment to be included at the end of the file.
Syntax: record stop [comment string]
Argument:
comment string (optional) comments must be enclosed by quotation marks
Example:
In this example, the recording feature is stopped and the closing comment “end of new 
commands” is added at the end of the file.
VPacket# record comment “recovery procedure”
VPacket#
VPacket# record start 061002.txt "new commands"
VPacket#
VPacket# record stop "end of new commands"
VPacket#