Specifications

Table Of Contents
2-282
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
script capture
script capture
Begins the recording of a script. It tracks all commands typed until the script stop command is used.
script capture script-file-name
Syntax Description
Command Default This command has no default settings.
Command Modes Privileged EXEC
Command History This table includes the following release-specific history entries:
Usage Guidelines Use this command to capture a sequence of repeated commands into a file for the purpose of executing
the commands again.
Use the script stop command to stop capturing the script.
Authorization: admin
Examples The following example shows the script capture for the script1.txt.
SCE>enable 10
Password:<cisco>
SCE#script capture script1.txt
SCE#cd log
SCE#cd
SCE#pwd
SCE#script stop
Related Commands
script-file-name The name of the output file where the script is stored.
Release Modification
2.5.7 This command was introduced.
Command Description
script stop Stops script capture.