record (rc)
Description
Turns command recording on or off.
Record captures only commands
and arguments issued, but does not capture output.
Tip: To
capture output, use the
log command.Syntax
record {on file|off}onoroff: Required to turn recording on or off.file: Name of the recorded file.Record Onrequires afileargument that includes the valid file path. If the file does not already exist, the AppScan® Source command line interface (CLI) creates it. If the file already exists, log data appends to the end of the file.Recordwith no arguments identifies whether recording is on or off.
Example
- To log to a file named MyCommands.txt:
AllApplications>> Record on C:\MyCommands.txt - To turn command recording off:
AllApplications>> RC off