1.130 RECORD

Purpose

Use at the server console to record command sequences that you enter at the console over and over. The RECORD command creates a temporary batch file on the server. You can then save the temporary batch file as an .ncf file or delete it from memory.

Syntax


record [action] | [temporary batch file name]

To

Enter

Begin recording console commands into a memory batch file called mylist1

record start mylist1

Close the recording session for the temporary batch file named mylist1

record stop

Type the command sequences in the session named mylist1

record type mylist1

Remove the recorded session named mylist1 from server memory

record kill mylist1

Close the recording session and save it as sys:system\mylist1.ncf

record stop ncf

Execute the list of commands in the mylist1 session

replay mylist1

Save the MYLIST1 session that has already been closed to sys:system\mylist1.ncf.

record save mylist1

Additional Information

For information, see Section 1.139, REPLAY.